Html Css Color HEX #F91479 Deep Pink

📋 copy color: '#F91479'

red 249 ◦ green 20 ◦ blue 121

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

Shades of Deep Pink #F91479

Tints of Deep Pink #F91479

RGB

 RED value IS 249 (97.66% from 255) = 63.85%

 GREEN value IS 20 (8.2% from 255) = 5.13%

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

R = 63.85%
G = 5.13%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F91479 (or 0xF91479) is known color: Deep Pink. HEX triplet: F9, 14 and 79. RGB value is (249,20,121). Sum of RGB (Red+Green+Blue) = 249+20+121=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F91479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F91479 is #06EB86. Grayscale: #636363. Windows color (decimal): -453511 or 7935225. OLE color: 7935225.

HSL color Cylindrical-coordinate representation of color #F91479: hue angle of 333.54º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91479 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 20 121 -
CMYK 0 0.92 0.51 0.02
HSL 333.54º 0.95% 0.53% -
HSV(B) 333.54º 0.92% 0.98% -
XYZ 42.77 22.02 20.09 -
YUV 99.99 139.87 234.29 -
System Red Green Blue C M Y K H S L
Decimal 249 20 121 0 0.92 0.51 0.02 333.54 0.95 0.53
Hex F9 14 79 0 5C 33 2 14E 5F 35
Octal 371 24 171 0 134 63 2 516 137 65
Binary 11111001 10100 1111001 0 1011100 110011 10 101001110 1011111 110101

Color Harmonies of #F91479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91479

Black with #F91479

Text Example


Text Example

White with #F91479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91479; }

 p { color: rgb(249,20,121); }

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

background-color css

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

 a { background-color: rgb(249,20,121); }

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

border-color css

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

 span { border-color: rgb(249,20,121); }

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