Html Css Color HEX #F11A87 Deep Pink

📋 copy color: '#F11A87'

red 241 ◦ green 26 ◦ blue 135

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

Shades of Deep Pink #F11A87

Tints of Deep Pink #F11A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.47%

 BLUE value IS 135 (53.13% from 255) = 33.58%

R = 59.95%
G = 6.47%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F11A87 (or 0xF11A87) is known color: Deep Pink. HEX triplet: F1, 1A and 87. RGB value is (241,26,135). Sum of RGB (Red+Green+Blue) = 241+26+135=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 26 (10.55% from 255 or 6.47% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F11A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F11A87 is #0EE578. Grayscale: #666666. Windows color (decimal): -976249 or 8854257. OLE color: 8854257.

HSL color Cylindrical-coordinate representation of color #F11A87: hue angle of 329.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11A87 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 26 135 -
CMYK 0 0.89 0.44 0.05
HSL 329.58º 0.88% 0.52% -
HSV(B) 329.58º 0.89% 0.95% -
XYZ 41.02 21.19 24.85 -
YUV 102.71 146.23 226.64 -
System Red Green Blue C M Y K H S L
Decimal 241 26 135 0 0.89 0.44 0.05 329.58 0.88 0.52
Hex F1 1A 87 0 59 2C 5 14A 58 34
Octal 361 32 207 0 131 54 5 512 130 64
Binary 11110001 11010 10000111 0 1011001 101100 101 101001010 1011000 110100

Color Harmonies of #F11A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11A87

Black with #F11A87

Text Example


Text Example

White with #F11A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11A87; }

 p { color: rgb(241,26,135); }

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

background-color css

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

 a { background-color: rgb(241,26,135); }

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

border-color css

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

 span { border-color: rgb(241,26,135); }

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