Shades of Razzle Dazzle Rose #F03CBA
Tints of Razzle Dazzle Rose #F03CBA
RGB
CMYK
RGB Variations
Color information
#F03CBA (or 0xF03CBA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 3C and BA. RGB value is (240,60,186). Sum of RGB (Red+Green+Blue) = 240+60+186=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F03CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F03CBA is #0FC345. Grayscale: #7F7F7F. Windows color (decimal): -1033030 or 12205296. OLE color: 12205296.
HSL color Cylindrical-coordinate representation of color #F03CBA: hue angle of 318º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03CBA is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 60 | 186 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.06 |
| HSL | 318º | 0.86% | 0.59% | - |
| HSV(B) | 318º | 0.75% | 0.94% | - |
| XYZ | 46.41 | 25.3 | 48.89 | - |
| YUV | 128.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 60 | 186 | 0 | 0.75 | 0.22 | 0.06 | 318 | 0.86 | 0.59 |
| Hex | F0 | 3C | BA | 0 | 4B | 16 | 6 | 13E | 56 | 3B |
| Octal | 360 | 74 | 272 | 0 | 113 | 26 | 6 | 476 | 126 | 73 |
| Binary | 11110000 | 111100 | 10111010 | 0 | 1001011 | 10110 | 110 | 100111110 | 1010110 | 111011 |
Color Harmonies of #F03CBA
Complementary color
Monochromatic Colors of #F03CBA
Black with #F03CBA
Text Example
Text Example
White with #F03CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03CBA; }
p { color: rgb(240,60,186); }
H1.HeaderClassName
{
color: #F03CBA;
}
.AnyTagClassName
{
color: #F03CBA;
}
</style>
background-color css
<style>
a { background-color: #F03CBA; }
a { background-color: rgb(240,60,186); }
div.DivClassName
{
background-color: #F03CBA;
}
.BgClassName
{
background-color: #F03CBA;
}
</style>
border-color css
<style>
span { border-color: #F03CBA; }
span { border-color: rgb(240,60,186); }
td.TdClassName
{
border-color: #F03CBA;
}
.TagClassName
{
border-color: #F03CBA;
}
</style>