Shades of Razzle Dazzle Rose #F02BDA
Tints of Razzle Dazzle Rose #F02BDA
RGB
CMYK
RGB Variations
Color information
#F02BDA (or 0xF02BDA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2B and DA. RGB value is (240,43,218). Sum of RGB (Red+Green+Blue) = 240+43+218=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 43 (17.19% from 255 or 8.58% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F02BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02BDA is #0FD425. Grayscale: #797979. Windows color (decimal): -1037350 or 14298096. OLE color: 14298096.
HSL color Cylindrical-coordinate representation of color #F02BDA: hue angle of 306.7º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02BDA is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 43 | 218 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.06 |
| HSL | 306.7º | 0.87% | 0.55% | - |
| HSV(B) | 306.7º | 0.82% | 0.94% | - |
| XYZ | 49.45 | 25.31 | 68.61 | - |
| YUV | 121.85 | 182.27 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 43 | 218 | 0 | 0.82 | 0.09 | 0.06 | 306.7 | 0.87 | 0.55 |
| Hex | F0 | 2B | DA | 0 | 52 | 9 | 6 | 133 | 57 | 37 |
| Octal | 360 | 53 | 332 | 0 | 122 | 11 | 6 | 463 | 127 | 67 |
| Binary | 11110000 | 101011 | 11011010 | 0 | 1010010 | 1001 | 110 | 100110011 | 1010111 | 110111 |
Color Harmonies of #F02BDA
Complementary color
Monochromatic Colors of #F02BDA
Black with #F02BDA
Text Example
Text Example
White with #F02BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02BDA; }
p { color: rgb(240,43,218); }
H1.HeaderClassName
{
color: #F02BDA;
}
.AnyTagClassName
{
color: #F02BDA;
}
</style>
background-color css
<style>
a { background-color: #F02BDA; }
a { background-color: rgb(240,43,218); }
div.DivClassName
{
background-color: #F02BDA;
}
.BgClassName
{
background-color: #F02BDA;
}
</style>
border-color css
<style>
span { border-color: #F02BDA; }
span { border-color: rgb(240,43,218); }
td.TdClassName
{
border-color: #F02BDA;
}
.TagClassName
{
border-color: #F02BDA;
}
</style>