#F92AD9

Color #F92AD9 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #F92AD9

Tints of Razzle Dazzle Rose #F92AD9

Color information

#F92AD9 (or 0xF92AD9) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 2A and D9. RGB value is (249,42,217). Sum of RGB (Red+Green+Blue) = 249+42+217=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 42 (16.80% from 255 or 8.27% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F92AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92AD9 is #06D526. Grayscale: #7B7B7B. Windows color (decimal): -447783 or 14232313. OLE color: 14232313.

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

Color convert

RGB24942217-
CMYK00.830.130.02
HSL309.28º94.52%57.06%-
HSV(B)309.28º83.13%97.65%-
XYZ52.4226.8168.06-
YUV123.84180.58217.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.02%
GREEN value IS 42 (16.80% from 255) = 8.27%
BLUE value IS 217 (85.16% from 255) = 42.72%
R=49.02%
G=8.27%
B=42.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494221700.830.130.02309.2894.5257.06
HexF92AD9053D21355f39
Octal37152331012315246513771
Binary1111100110101011011001010100111101101001101011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92AD9; }

 p { color: rgb(249,42,217); }

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

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

 a { background-color: rgb(249,42,217); }

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

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

 span { border-color: rgb(249,42,217); }

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