Html Css Color HEX #F11079 Deep Pink

📋 copy color: '#F11079'

red 241 ◦ green 16 ◦ blue 121

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

Shades of Deep Pink #F11079

Tints of Deep Pink #F11079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.01%

R = 63.76%
G = 4.23%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F11079 (or 0xF11079) is known color: Deep Pink. HEX triplet: F1, 10 and 79. RGB value is (241,16,121). Sum of RGB (Red+Green+Blue) = 241+16+121=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F11079 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11079 is #0EEF86. Grayscale: #5F5F5F. Windows color (decimal): -978823 or 7934193. OLE color: 7934193.

HSL color Cylindrical-coordinate representation of color #F11079: hue angle of 332º 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 #F11079 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 16 121 -
CMYK 0 0.93 0.50 0.05
HSL 332º 0.89% 0.5% -
HSV(B) 332º 0.93% 0.95% -
XYZ 39.91 20.45 19.93 -
YUV 95.25 142.54 231.96 -
System Red Green Blue C M Y K H S L
Decimal 241 16 121 0 0.93 0.50 0.05 332 0.89 0.5
Hex F1 10 79 0 5D 32 5 14C 59 32
Octal 361 20 171 0 135 62 5 514 131 62
Binary 11110001 10000 1111001 0 1011101 110010 101 101001100 1011001 110010

Color Harmonies of #F11079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11079

Black with #F11079

Text Example


Text Example

White with #F11079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11079; }

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

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

background-color css

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

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

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

border-color css

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

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

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