Shades of Razzle Dazzle Rose #F936F5
Tints of Razzle Dazzle Rose #F936F5
RGB
CMYK
RGB Variations
Color information
#F936F5 (or 0xF936F5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 36 and F5. RGB value is (249,54,245). Sum of RGB (Red+Green+Blue) = 249+54+245=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 54 (21.48% from 255 or 9.85% from 548); Blue value is 245 (96.09% from 255 or 44.71% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F936F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F936F5 is #06C90A. Grayscale: #858585. Windows color (decimal): -444683 or 16070393. OLE color: 16070393.
HSL color Cylindrical-coordinate representation of color #F936F5: hue angle of 301.23º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F936F5 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 245 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.02 |
| HSL | 301.23º | 0.94% | 0.59% | - |
| HSV(B) | 301.23º | 0.78% | 0.98% | - |
| XYZ | 56.87 | 29.37 | 89.06 | - |
| YUV | 134.08 | 190.6 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 245 | 0 | 0.78 | 0.02 | 0.02 | 301.23 | 0.94 | 0.59 |
| Hex | F9 | 36 | F5 | 0 | 4E | 2 | 2 | 12D | 5E | 3B |
| Octal | 371 | 66 | 365 | 0 | 116 | 2 | 2 | 455 | 136 | 73 |
| Binary | 11111001 | 110110 | 11110101 | 0 | 1001110 | 10 | 10 | 100101101 | 1011110 | 111011 |
Color Harmonies of #F936F5
Complementary color
Monochromatic Colors of #F936F5
Black with #F936F5
Text Example
Text Example
White with #F936F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F936F5; }
p { color: rgb(249,54,245); }
H1.HeaderClassName
{
color: #F936F5;
}
.AnyTagClassName
{
color: #F936F5;
}
</style>
background-color css
<style>
a { background-color: #F936F5; }
a { background-color: rgb(249,54,245); }
div.DivClassName
{
background-color: #F936F5;
}
.BgClassName
{
background-color: #F936F5;
}
</style>
border-color css
<style>
span { border-color: #F936F5; }
span { border-color: rgb(249,54,245); }
td.TdClassName
{
border-color: #F936F5;
}
.TagClassName
{
border-color: #F936F5;
}
</style>