#F9048C

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

Shades of Deep Pink #F9048C

Tints of Deep Pink #F9048C

Color information

#F9048C (or 0xF9048C) is unknown color: approx Deep Pink. HEX triplet: F9, 04 and 8C. RGB value is (249,4,140). Sum of RGB (Red+Green+Blue) = 249+4+140=393 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.36% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 249 - color contains mainly: red. Hex color #F9048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9048C is #06FB73. Grayscale: #5C5C5C. Windows color (decimal): -457588 or 9176313. OLE color: 9176313.

HSL color Cylindrical-coordinate representation of color #F9048C: hue angle of 326.69º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9048C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB2494140-
CMYK00.980.440.02
HSL326.69º96.84%49.61%-
HSV(B)326.69º98.39%97.65%-
XYZ43.8422.1226.77-
YUV92.76154.67239.44-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.36%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 140 (55.08% from 255) = 35.62%
R=63.36%
G=1.02%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249414000.980.440.02326.6996.8449.61
HexF948C0622C21476132
Octal3714214014254250714162
Binary111110011001000110001100010101100101010001111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9048C; }

 p { color: rgb(249,4,140); }

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

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

 a { background-color: rgb(249,4,140); }

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

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

 span { border-color: rgb(249,4,140); }

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