Shades of Razzle Dazzle Rose #F02FDD
Tints of Razzle Dazzle Rose #F02FDD
RGB
CMYK
RGB Variations
Color information
#F02FDD (or 0xF02FDD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2F and DD. RGB value is (240,47,221). Sum of RGB (Red+Green+Blue) = 240+47+221=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 47 (18.75% from 255 or 9.25% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02FDD is #0FD022. Grayscale: #7C7C7C. Windows color (decimal): -1036323 or 14495728. OLE color: 14495728.
HSL color Cylindrical-coordinate representation of color #F02FDD: hue angle of 305.91º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02FDD is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 221 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.06 |
| HSL | 305.91º | 0.87% | 0.56% | - |
| HSV(B) | 305.91º | 0.8% | 0.94% | - |
| XYZ | 50 | 25.78 | 70.75 | - |
| YUV | 124.54 | 182.44 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 221 | 0 | 0.80 | 0.08 | 0.06 | 305.91 | 0.87 | 0.56 |
| Hex | F0 | 2F | DD | 0 | 50 | 8 | 6 | 132 | 57 | 38 |
| Octal | 360 | 57 | 335 | 0 | 120 | 10 | 6 | 462 | 127 | 70 |
| Binary | 11110000 | 101111 | 11011101 | 0 | 1010000 | 1000 | 110 | 100110010 | 1010111 | 111000 |
Color Harmonies of #F02FDD
Complementary color
Monochromatic Colors of #F02FDD
Black with #F02FDD
Text Example
Text Example
White with #F02FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02FDD; }
p { color: rgb(240,47,221); }
H1.HeaderClassName
{
color: #F02FDD;
}
.AnyTagClassName
{
color: #F02FDD;
}
</style>
background-color css
<style>
a { background-color: #F02FDD; }
a { background-color: rgb(240,47,221); }
div.DivClassName
{
background-color: #F02FDD;
}
.BgClassName
{
background-color: #F02FDD;
}
</style>
border-color css
<style>
span { border-color: #F02FDD; }
span { border-color: rgb(240,47,221); }
td.TdClassName
{
border-color: #F02FDD;
}
.TagClassName
{
border-color: #F02FDD;
}
</style>