#F92282

Color #F92282 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F92282

Tints of Deep Pink #F92282

Color information

#F92282 (or 0xF92282) is unknown color: approx Deep Pink. HEX triplet: F9, 22 and 82. RGB value is (249,34,130). Sum of RGB (Red+Green+Blue) = 249+34+130=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 34 (13.67% from 255 or 8.23% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F92282 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92282 is #06DD7D. Grayscale: #6D6D6D. Windows color (decimal): -449918 or 8528633. OLE color: 8528633.

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

Color convert

RGB24934130-
CMYK00.860.480.02
HSL333.21º94.71%55.49%-
HSV(B)333.21º86.35%97.65%-
XYZ43.6722.923.24-
YUV109.23139.73227.69-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 60.29%
GREEN value IS 34 (13.67% from 255) = 8.23%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=60.29%
G=8.23%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2493413000.860.480.02333.2194.7155.49
HexF9228205630214d5f37
Octal37142202012660251513767
Binary111110011000101000001001010110110000101010011011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92282; }

 p { color: rgb(249,34,130); }

 H1.HeaderClassName
 {
   color: #F92282;
 }
 .AnyTagClassName
 {
   color: #F92282;
 }
</style>
background-color css

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

 a { background-color: rgb(249,34,130); }

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

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

 span { border-color: rgb(249,34,130); }

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