Shades of Razzle Dazzle Rose #F936F2
Tints of Razzle Dazzle Rose #F936F2
RGB
CMYK
RGB Variations
Color information
#F936F2 (or 0xF936F2) is known color: Razzle Dazzle Rose. HEX triplet: F9, 36 and F2. RGB value is (249,54,242). Sum of RGB (Red+Green+Blue) = 249+54+242=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 54 (21.48% from 255 or 9.91% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F936F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F936F2 is #06C90D. Grayscale: #858585. Windows color (decimal): -444686 or 15873785. OLE color: 15873785.
HSL color Cylindrical-coordinate representation of color #F936F2: hue angle of 302.15º 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 #F936F2 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 54 | 242 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.02 |
| HSL | 302.15º | 0.94% | 0.59% | - |
| HSV(B) | 302.15º | 0.78% | 0.98% | - |
| XYZ | 56.41 | 29.19 | 86.67 | - |
| YUV | 133.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 54 | 242 | 0 | 0.78 | 0.03 | 0.02 | 302.15 | 0.94 | 0.59 |
| Hex | F9 | 36 | F2 | 0 | 4E | 3 | 2 | 12E | 5E | 3B |
| Octal | 371 | 66 | 362 | 0 | 116 | 3 | 2 | 456 | 136 | 73 |
| Binary | 11111001 | 110110 | 11110010 | 0 | 1001110 | 11 | 10 | 100101110 | 1011110 | 111011 |
Color Harmonies of #F936F2
Complementary color
Monochromatic Colors of #F936F2
Black with #F936F2
Text Example
Text Example
White with #F936F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F936F2; }
p { color: rgb(249,54,242); }
H1.HeaderClassName
{
color: #F936F2;
}
.AnyTagClassName
{
color: #F936F2;
}
</style>
background-color css
<style>
a { background-color: #F936F2; }
a { background-color: rgb(249,54,242); }
div.DivClassName
{
background-color: #F936F2;
}
.BgClassName
{
background-color: #F936F2;
}
</style>
border-color css
<style>
span { border-color: #F936F2; }
span { border-color: rgb(249,54,242); }
td.TdClassName
{
border-color: #F936F2;
}
.TagClassName
{
border-color: #F936F2;
}
</style>