Shades of Razzle Dazzle Rose #F02CBA
Tints of Razzle Dazzle Rose #F02CBA
RGB
CMYK
RGB Variations
Color information
#F02CBA (or 0xF02CBA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2C and BA. RGB value is (240,44,186). Sum of RGB (Red+Green+Blue) = 240+44+186=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 186 (73.05% from 255 or 39.57% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F02CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02CBA is #0FD345. Grayscale: #767676. Windows color (decimal): -1037126 or 12201200. OLE color: 12201200.
HSL color Cylindrical-coordinate representation of color #F02CBA: hue angle of 316.53º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02CBA is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 186 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.06 |
| HSL | 316.53º | 0.87% | 0.56% | - |
| HSV(B) | 316.53º | 0.82% | 0.94% | - |
| XYZ | 45.7 | 23.87 | 48.65 | - |
| YUV | 118.79 | 165.93 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 186 | 0 | 0.82 | 0.22 | 0.06 | 316.53 | 0.87 | 0.56 |
| Hex | F0 | 2C | BA | 0 | 52 | 16 | 6 | 13D | 57 | 38 |
| Octal | 360 | 54 | 272 | 0 | 122 | 26 | 6 | 475 | 127 | 70 |
| Binary | 11110000 | 101100 | 10111010 | 0 | 1010010 | 10110 | 110 | 100111101 | 1010111 | 111000 |
Color Harmonies of #F02CBA
Complementary color
Monochromatic Colors of #F02CBA
Black with #F02CBA
Text Example
Text Example
White with #F02CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02CBA; }
p { color: rgb(240,44,186); }
H1.HeaderClassName
{
color: #F02CBA;
}
.AnyTagClassName
{
color: #F02CBA;
}
</style>
background-color css
<style>
a { background-color: #F02CBA; }
a { background-color: rgb(240,44,186); }
div.DivClassName
{
background-color: #F02CBA;
}
.BgClassName
{
background-color: #F02CBA;
}
</style>
border-color css
<style>
span { border-color: #F02CBA; }
span { border-color: rgb(240,44,186); }
td.TdClassName
{
border-color: #F02CBA;
}
.TagClassName
{
border-color: #F02CBA;
}
</style>