#F92DBA

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

Shades of Razzle Dazzle Rose #F92DBA

Tints of Razzle Dazzle Rose #F92DBA

Color information

#F92DBA (or 0xF92DBA) is unknown color: approx Razzle Dazzle Rose. HEX triplet: F9, 2D and BA. RGB value is (249,45,186). Sum of RGB (Red+Green+Blue) = 249+45+186=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F92DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F92DBA is #06D245. Grayscale: #797979. Windows color (decimal): -447046 or 12201465. OLE color: 12201465.

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

Color convert

RGB24945186-
CMYK00.820.250.02
HSL318.53º94.44%57.65%-
HSV(B)318.53º81.93%97.65%-
XYZ48.8725.5648.81-
YUV122.07164.09218.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.88%
GREEN value IS 45 (17.97% from 255) = 9.38%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=51.88%
G=9.38%
B=38.75%

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
Decimal2494518600.820.250.02318.5394.4457.65
HexF92DBA05219213f5e3a
Octal37155272012231247713672
Binary11111001101101101110100101001011001101001111111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92DBA; }

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

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

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

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

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

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

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

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