#F92CBA

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

Shades of Razzle Dazzle Rose #F92CBA

Tints of Razzle Dazzle Rose #F92CBA

Color information

#F92CBA (or 0xF92CBA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 2C and BA. RGB value is (249,44,186). Sum of RGB (Red+Green+Blue) = 249+44+186=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F92CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92CBA is #06D345. Grayscale: #797979. Windows color (decimal): -447302 or 12201209. OLE color: 12201209.

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

Color convert

RGB24944186-
CMYK00.820.250.02
HSL318.44º94.47%57.45%-
HSV(B)318.44º82.33%97.65%-
XYZ48.8325.4948.8-
YUV121.48164.42218.95-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.98%
GREEN value IS 44 (17.58% from 255) = 9.19%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=51.98%
G=9.19%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2494418600.820.250.02318.4494.4757.45
HexF92CBA05219213e5e39
Octal37154272012231247613671
Binary11111001101100101110100101001011001101001111101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92CBA; }

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

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

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

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

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

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

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

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