Shades of Razzle Dazzle Rose #F030CB
Tints of Razzle Dazzle Rose #F030CB
RGB
CMYK
RGB Variations
Color information
#F030CB (or 0xF030CB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 30 and CB. RGB value is (240,48,203). Sum of RGB (Red+Green+Blue) = 240+48+203=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F030CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F030CB is #0FCF34. Grayscale: #7A7A7A. Windows color (decimal): -1036085 or 13316336. OLE color: 13316336.
HSL color Cylindrical-coordinate representation of color #F030CB: hue angle of 311.56º degrees, saturation: 0.86, 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 #F030CB is Cyan = 0, Magento = 0.8, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 48 | 203 | - |
| CMYK | 0 | 0.8 | 0.15 | 0.06 |
| HSL | 311.56º | 0.86% | 0.56% | - |
| HSV(B) | 311.56º | 0.8% | 0.94% | - |
| XYZ | 47.77 | 24.95 | 58.8 | - |
| YUV | 123.08 | 173.11 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 48 | 203 | 0 | 0.8 | 0.15 | 0.06 | 311.56 | 0.86 | 0.56 |
| Hex | F0 | 30 | CB | 0 | 50 | F | 6 | 138 | 56 | 38 |
| Octal | 360 | 60 | 313 | 0 | 120 | 17 | 6 | 470 | 126 | 70 |
| Binary | 11110000 | 110000 | 11001011 | 0 | 1010000 | 1111 | 110 | 100111000 | 1010110 | 111000 |
Color Harmonies of #F030CB
Complementary color
Monochromatic Colors of #F030CB
Black with #F030CB
Text Example
Text Example
White with #F030CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F030CB; }
p { color: rgb(240,48,203); }
H1.HeaderClassName
{
color: #F030CB;
}
.AnyTagClassName
{
color: #F030CB;
}
</style>
background-color css
<style>
a { background-color: #F030CB; }
a { background-color: rgb(240,48,203); }
div.DivClassName
{
background-color: #F030CB;
}
.BgClassName
{
background-color: #F030CB;
}
</style>
border-color css
<style>
span { border-color: #F030CB; }
span { border-color: rgb(240,48,203); }
td.TdClassName
{
border-color: #F030CB;
}
.TagClassName
{
border-color: #F030CB;
}
</style>