Html Css Color HEX #F92479 Deep Pink

📋 copy color: '#F92479'

red 249 ◦ green 36 ◦ blue 121

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

Shades of Deep Pink #F92479

Tints of Deep Pink #F92479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.87%

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

R = 61.33%
G = 8.87%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F92479 (or 0xF92479) is known color: Deep Pink. HEX triplet: F9, 24 and 79. RGB value is (249,36,121). Sum of RGB (Red+Green+Blue) = 249+36+121=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F92479 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92479 is #06DB86. Grayscale: #6D6D6D. Windows color (decimal): -449415 or 7939321. OLE color: 7939321.

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

Color convert

RGB 249 36 121 -
CMYK 0 0.86 0.51 0.02
HSL 336.06º 0.95% 0.56% -
HSV(B) 336.06º 0.86% 0.98% -
XYZ 43.15 22.78 20.21 -
YUV 109.38 134.57 227.59 -
System Red Green Blue C M Y K H S L
Decimal 249 36 121 0 0.86 0.51 0.02 336.06 0.95 0.56
Hex F9 24 79 0 56 33 2 150 5F 38
Octal 371 44 171 0 126 63 2 520 137 70
Binary 11111001 100100 1111001 0 1010110 110011 10 101010000 1011111 111000

Color Harmonies of #F92479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92479

Black with #F92479

Text Example


Text Example

White with #F92479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92479; }

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

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

background-color css

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

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

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

border-color css

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

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

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