Html Css Color HEX #F92086 Deep Pink

📋 copy color: '#F92086'

red 249 ◦ green 32 ◦ blue 134

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

Shades of Deep Pink #F92086

Tints of Deep Pink #F92086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.29%

R = 60%
G = 7.71%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F92086 (or 0xF92086) is known color: Deep Pink. HEX triplet: F9, 20 and 86. RGB value is (249,32,134). Sum of RGB (Red+Green+Blue) = 249+32+134=415 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 249 - color contains mainly: red. Hex color #F92086 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92086 is #06DF79. Grayscale: #6C6C6C. Windows color (decimal): -450426 or 8790265. OLE color: 8790265.

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

Color convert

RGB 249 32 134 -
CMYK 0 0.87 0.46 0.02
HSL 331.8º 0.95% 0.55% -
HSV(B) 331.8º 0.87% 0.98% -
XYZ 43.89 22.89 24.66 -
YUV 108.51 142.39 228.21 -
System Red Green Blue C M Y K H S L
Decimal 249 32 134 0 0.87 0.46 0.02 331.8 0.95 0.55
Hex F9 20 86 0 57 2E 2 14C 5F 37
Octal 371 40 206 0 127 56 2 514 137 67
Binary 11111001 100000 10000110 0 1010111 101110 10 101001100 1011111 110111

Color Harmonies of #F92086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92086

Black with #F92086

Text Example


Text Example

White with #F92086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92086; }

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

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

background-color css

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

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

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

border-color css

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

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

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