Html Css Color HEX #F92096 Deep Pink

📋 copy color: '#F92096'

red 249 ◦ green 32 ◦ blue 150

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

Shades of Deep Pink #F92096

Tints of Deep Pink #F92096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.42%

 BLUE value IS 150 (58.98% from 255) = 34.8%

R = 57.77%
G = 7.42%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#F92096 (or 0xF92096) is known color: Deep Pink. HEX triplet: F9, 20 and 96. RGB value is (249,32,150). Sum of RGB (Red+Green+Blue) = 249+32+150=431 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.77% from 431); Green value is 32 (12.89% from 255 or 7.42% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 249 - color contains mainly: red. Hex color #F92096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92096 is #06DF69. Grayscale: #6E6E6E. Windows color (decimal): -450410 or 9838841. OLE color: 9838841.

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

Color convert

RGB 249 32 150 -
CMYK 0 0.87 0.40 0.02
HSL 327.37º 0.95% 0.55% -
HSV(B) 327.37º 0.87% 0.98% -
XYZ 45.09 23.37 30.99 -
YUV 110.34 150.39 226.91 -
System Red Green Blue C M Y K H S L
Decimal 249 32 150 0 0.87 0.40 0.02 327.37 0.95 0.55
Hex F9 20 96 0 57 28 2 147 5F 37
Octal 371 40 226 0 127 50 2 507 137 67
Binary 11111001 100000 10010110 0 1010111 101000 10 101000111 1011111 110111

Color Harmonies of #F92096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92096

Black with #F92096

Text Example


Text Example

White with #F92096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92096; }

 p { color: rgb(249,32,150); }

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

background-color css

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

 a { background-color: rgb(249,32,150); }

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

border-color css

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

 span { border-color: rgb(249,32,150); }

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