Html Css Color HEX #F1486F Dark Pink

📋 copy color: '#F1486F'

red 241 ◦ green 72 ◦ blue 111

#F1486F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #F1486F

Tints of Dark Pink #F1486F

RGB

 RED value IS 241 (94.53% from 255) = 56.84%

 GREEN value IS 72 (28.52% from 255) = 16.98%

 BLUE value IS 111 (43.75% from 255) = 26.18%

R = 56.84%
G = 16.98%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F1486F (or 0xF1486F) is known color: Dark Pink. HEX triplet: F1, 48 and 6F. RGB value is (241,72,111). Sum of RGB (Red+Green+Blue) = 241+72+111=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F1486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1486F is #0EB790. Grayscale: #7E7E7E. Windows color (decimal): -964497 or 7293169. OLE color: 7293169.

HSL color Cylindrical-coordinate representation of color #F1486F: hue angle of 346.15º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F1486F is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 72 111 -
CMYK 0 0.70 0.54 0.05
HSL 346.15º 0.86% 0.61% -
HSV(B) 346.15º 0.7% 0.95% -
XYZ 41.46 24.48 17.58 -
YUV 126.98 118.99 209.33 -
System Red Green Blue C M Y K H S L
Decimal 241 72 111 0 0.70 0.54 0.05 346.15 0.86 0.61
Hex F1 48 6F 0 46 36 5 15A 56 3D
Octal 361 110 157 0 106 66 5 532 126 75
Binary 11110001 1001000 1101111 0 1000110 110110 101 101011010 1010110 111101

Color Harmonies of #F1486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1486F

Black with #F1486F

Text Example


Text Example

White with #F1486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1486F; }

 p { color: rgb(241,72,111); }

 H1.HeaderClassName
 {
   color: #F1486F;
 }
 .AnyTagClassName
 {
   color: #F1486F;
 }
</style>

background-color css

<style>
 a { background-color: #F1486F; }

 a { background-color: rgb(241,72,111); }

 div.DivClassName
 {
   background-color: #F1486F;
 }
 .BgClassName
 {
   background-color: #F1486F;
 }
</style>

border-color css

<style>
 span { border-color: #F1486F; }

 span { border-color: rgb(241,72,111); }

 td.TdClassName
 {
   border-color: #F1486F;
 }
 .TagClassName
 {
   border-color: #F1486F;
 }
</style>