Shades of Razzle Dazzle Rose #F02BCD
Tints of Razzle Dazzle Rose #F02BCD
RGB
CMYK
RGB Variations
Color information
#F02BCD (or 0xF02BCD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2B and CD. RGB value is (240,43,205). Sum of RGB (Red+Green+Blue) = 240+43+205=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 43 (17.19% from 255 or 8.81% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F02BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02BCD is #0FD432. Grayscale: #777777. Windows color (decimal): -1037363 or 13446128. OLE color: 13446128.
HSL color Cylindrical-coordinate representation of color #F02BCD: hue angle of 310.66º 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 #F02BCD is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 43 | 205 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.06 |
| HSL | 310.66º | 0.87% | 0.55% | - |
| HSV(B) | 310.66º | 0.82% | 0.94% | - |
| XYZ | 47.82 | 24.66 | 60 | - |
| YUV | 120.37 | 175.77 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 43 | 205 | 0 | 0.82 | 0.15 | 0.06 | 310.66 | 0.87 | 0.55 |
| Hex | F0 | 2B | CD | 0 | 52 | F | 6 | 137 | 57 | 37 |
| Octal | 360 | 53 | 315 | 0 | 122 | 17 | 6 | 467 | 127 | 67 |
| Binary | 11110000 | 101011 | 11001101 | 0 | 1010010 | 1111 | 110 | 100110111 | 1010111 | 110111 |
Color Harmonies of #F02BCD
Complementary color
Monochromatic Colors of #F02BCD
Black with #F02BCD
Text Example
Text Example
White with #F02BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02BCD; }
p { color: rgb(240,43,205); }
H1.HeaderClassName
{
color: #F02BCD;
}
.AnyTagClassName
{
color: #F02BCD;
}
</style>
background-color css
<style>
a { background-color: #F02BCD; }
a { background-color: rgb(240,43,205); }
div.DivClassName
{
background-color: #F02BCD;
}
.BgClassName
{
background-color: #F02BCD;
}
</style>
border-color css
<style>
span { border-color: #F02BCD; }
span { border-color: rgb(240,43,205); }
td.TdClassName
{
border-color: #F02BCD;
}
.TagClassName
{
border-color: #F02BCD;
}
</style>