#F92CC0

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

Shades of Razzle Dazzle Rose #F92CC0

Tints of Razzle Dazzle Rose #F92CC0

Color information

#F92CC0 (or 0xF92CC0) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 2C and C0. RGB value is (249,44,192). Sum of RGB (Red+Green+Blue) = 249+44+192=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F92CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92CC0 is #06D33F. Grayscale: #797979. Windows color (decimal): -447296 or 12594425. OLE color: 12594425.

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

Color convert

RGB24944192-
CMYK00.820.230.02
HSL316.68º94.47%57.45%-
HSV(B)316.68º82.33%97.65%-
XYZ49.4825.7552.23-
YUV122.17167.42218.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.34%
GREEN value IS 44 (17.58% from 255) = 9.07%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=51.34%
G=9.07%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494419200.820.230.02316.6894.4757.45
HexF92CC005217213d5e39
Octal37154300012227247513671
Binary11111001101100110000000101001010111101001111011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92CC0; }

 p { color: rgb(249,44,192); }

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

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

 a { background-color: rgb(249,44,192); }

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

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

 span { border-color: rgb(249,44,192); }

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