Html Css Color HEX #F11086 Deep Pink

📋 copy color: '#F11086'

red 241 ◦ green 16 ◦ blue 134

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

Shades of Deep Pink #F11086

Tints of Deep Pink #F11086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.09%

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

R = 61.64%
G = 4.09%
B = 34.27%

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

#F11086 (or 0xF11086) is known color: Deep Pink. HEX triplet: F1, 10 and 86. RGB value is (241,16,134). Sum of RGB (Red+Green+Blue) = 241+16+134=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 16 (6.64% from 255 or 4.09% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F11086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F11086 is #0EEF79. Grayscale: #606060. Windows color (decimal): -978810 or 8786161. OLE color: 8786161.

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

Color convert

RGB 241 16 134 -
CMYK 0 0.93 0.44 0.05
HSL 328.53º 0.89% 0.5% -
HSV(B) 328.53º 0.93% 0.95% -
XYZ 40.76 20.79 24.42 -
YUV 96.73 149.04 230.91 -
System Red Green Blue C M Y K H S L
Decimal 241 16 134 0 0.93 0.44 0.05 328.53 0.89 0.5
Hex F1 10 86 0 5D 2C 5 149 59 32
Octal 361 20 206 0 135 54 5 511 131 62
Binary 11110001 10000 10000110 0 1011101 101100 101 101001001 1011001 110010

Color Harmonies of #F11086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11086

Black with #F11086

Text Example


Text Example

White with #F11086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11086; }

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

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

background-color css

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

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

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

border-color css

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

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

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