Shades of Razzle Dazzle Rose #F032CB
Tints of Razzle Dazzle Rose #F032CB
RGB
CMYK
RGB Variations
Color information
#F032CB (or 0xF032CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 32 and CB. RGB value is (240,50,203). Sum of RGB (Red+Green+Blue) = 240+50+203=493 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.68% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 240 - color contains mainly: red. Hex color #F032CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F032CB is #0FCD34. Grayscale: #7B7B7B. Windows color (decimal): -1035573 or 13316848. OLE color: 13316848.
HSL color Cylindrical-coordinate representation of color #F032CB: hue angle of 311.68º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F032CB is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 203 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.06 |
| HSL | 311.68º | 0.86% | 0.57% | - |
| HSV(B) | 311.68º | 0.79% | 0.94% | - |
| XYZ | 47.86 | 25.12 | 58.83 | - |
| YUV | 124.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 203 | 0 | 0.79 | 0.15 | 0.06 | 311.68 | 0.86 | 0.57 |
| Hex | F0 | 32 | CB | 0 | 4F | F | 6 | 138 | 56 | 39 |
| Octal | 360 | 62 | 313 | 0 | 117 | 17 | 6 | 470 | 126 | 71 |
| Binary | 11110000 | 110010 | 11001011 | 0 | 1001111 | 1111 | 110 | 100111000 | 1010110 | 111001 |
Color Harmonies of #F032CB
Complementary color
Monochromatic Colors of #F032CB
Black with #F032CB
Text Example
Text Example
White with #F032CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F032CB; }
p { color: rgb(240,50,203); }
H1.HeaderClassName
{
color: #F032CB;
}
.AnyTagClassName
{
color: #F032CB;
}
</style>
background-color css
<style>
a { background-color: #F032CB; }
a { background-color: rgb(240,50,203); }
div.DivClassName
{
background-color: #F032CB;
}
.BgClassName
{
background-color: #F032CB;
}
</style>
border-color css
<style>
span { border-color: #F032CB; }
span { border-color: rgb(240,50,203); }
td.TdClassName
{
border-color: #F032CB;
}
.TagClassName
{
border-color: #F032CB;
}
</style>