Html Css Color HEX #F11286 Deep Pink

📋 copy color: '#F11286'

red 241 ◦ green 18 ◦ blue 134

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

Shades of Deep Pink #F11286

Tints of Deep Pink #F11286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.58%

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 61.32%
G = 4.58%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F11286 (or 0xF11286) is known color: Deep Pink. HEX triplet: F1, 12 and 86. RGB value is (241,18,134). Sum of RGB (Red+Green+Blue) = 241+18+134=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F11286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11286 is #0EED79. Grayscale: #616161. Windows color (decimal): -978298 or 8786673. OLE color: 8786673.

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

Color convert

RGB 241 18 134 -
CMYK 0 0.93 0.44 0.05
HSL 328.79º 0.89% 0.51% -
HSV(B) 328.79º 0.93% 0.95% -
XYZ 40.8 20.85 24.43 -
YUV 97.9 148.38 230.07 -
System Red Green Blue C M Y K H S L
Decimal 241 18 134 0 0.93 0.44 0.05 328.79 0.89 0.51
Hex F1 12 86 0 5D 2C 5 149 59 33
Octal 361 22 206 0 135 54 5 511 131 63
Binary 11110001 10010 10000110 0 1011101 101100 101 101001001 1011001 110011

Color Harmonies of #F11286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11286

Black with #F11286

Text Example


Text Example

White with #F11286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11286; }

 p { color: rgb(241,18,134); }

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

background-color css

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

 a { background-color: rgb(241,18,134); }

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

border-color css

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

 span { border-color: rgb(241,18,134); }

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