Html Css Color HEX #F92679 Deep Pink

📋 copy color: '#F92679'

red 249 ◦ green 38 ◦ blue 121

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

Shades of Deep Pink #F92679

Tints of Deep Pink #F92679

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.31%

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

R = 61.03%
G = 9.31%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F92679 (or 0xF92679) is known color: Deep Pink. HEX triplet: F9, 26 and 79. RGB value is (249,38,121). Sum of RGB (Red+Green+Blue) = 249+38+121=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F92679 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F92679 is #06D986. Grayscale: #6E6E6E. Windows color (decimal): -448903 or 7939833. OLE color: 7939833.

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

Color convert

RGB 249 38 121 -
CMYK 0 0.85 0.51 0.02
HSL 336.4º 0.95% 0.56% -
HSV(B) 336.4º 0.85% 0.98% -
XYZ 43.21 22.91 20.23 -
YUV 110.55 133.9 226.75 -
System Red Green Blue C M Y K H S L
Decimal 249 38 121 0 0.85 0.51 0.02 336.4 0.95 0.56
Hex F9 26 79 0 55 33 2 150 5F 38
Octal 371 46 171 0 125 63 2 520 137 70
Binary 11111001 100110 1111001 0 1010101 110011 10 101010000 1011111 111000

Color Harmonies of #F92679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92679

Black with #F92679

Text Example


Text Example

White with #F92679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92679; }

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

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

background-color css

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

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

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

border-color css

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

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

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