Html Css Color HEX #F92080 Deep Pink

📋 copy color: '#F92080'

red 249 ◦ green 32 ◦ blue 128

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

Shades of Deep Pink #F92080

Tints of Deep Pink #F92080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 60.88%
G = 7.82%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F92080 (or 0xF92080) is known color: Deep Pink. HEX triplet: F9, 20 and 80. RGB value is (249,32,128). Sum of RGB (Red+Green+Blue) = 249+32+128=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 32 (12.89% from 255 or 7.82% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F92080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92080 is #06DF7F. Grayscale: #6B6B6B. Windows color (decimal): -450432 or 8397049. OLE color: 8397049.

HSL color Cylindrical-coordinate representation of color #F92080: hue angle of 333.46º 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 #F92080 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 32 128 -
CMYK 0 0.87 0.49 0.02
HSL 333.46º 0.95% 0.55% -
HSV(B) 333.46º 0.87% 0.98% -
XYZ 43.48 22.73 22.52 -
YUV 107.83 139.39 228.69 -
System Red Green Blue C M Y K H S L
Decimal 249 32 128 0 0.87 0.49 0.02 333.46 0.95 0.55
Hex F9 20 80 0 57 31 2 14D 5F 37
Octal 371 40 200 0 127 61 2 515 137 67
Binary 11111001 100000 10000000 0 1010111 110001 10 101001101 1011111 110111

Color Harmonies of #F92080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92080

Black with #F92080

Text Example


Text Example

White with #F92080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92080; }

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

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

background-color css

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

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

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

border-color css

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

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

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