Shades of Razzle Dazzle Rose #F04CBB
Tints of Razzle Dazzle Rose #F04CBB
RGB
CMYK
RGB Variations
Color information
#F04CBB (or 0xF04CBB) is known color: Razzle Dazzle Rose. HEX triplet: F0, 4C and BB. RGB value is (240,76,187). Sum of RGB (Red+Green+Blue) = 240+76+187=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 76 (30.08% from 255 or 15.11% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F04CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F04CBB is #0FB344. Grayscale: #898989. Windows color (decimal): -1028933 or 12274928. OLE color: 12274928.
HSL color Cylindrical-coordinate representation of color #F04CBB: hue angle of 319.39º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04CBB is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 187 | - |
| CMYK | 0 | 0.68 | 0.22 | 0.06 |
| HSL | 319.39º | 0.85% | 0.62% | - |
| HSV(B) | 319.39º | 0.68% | 0.94% | - |
| XYZ | 47.49 | 27.28 | 49.78 | - |
| YUV | 137.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 187 | 0 | 0.68 | 0.22 | 0.06 | 319.39 | 0.85 | 0.62 |
| Hex | F0 | 4C | BB | 0 | 44 | 16 | 6 | 13F | 55 | 3E |
| Octal | 360 | 114 | 273 | 0 | 104 | 26 | 6 | 477 | 125 | 76 |
| Binary | 11110000 | 1001100 | 10111011 | 0 | 1000100 | 10110 | 110 | 100111111 | 1010101 | 111110 |
Color Harmonies of #F04CBB
Complementary color
Monochromatic Colors of #F04CBB
Black with #F04CBB
Text Example
Text Example
White with #F04CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CBB; }
p { color: rgb(240,76,187); }
H1.HeaderClassName
{
color: #F04CBB;
}
.AnyTagClassName
{
color: #F04CBB;
}
</style>
background-color css
<style>
a { background-color: #F04CBB; }
a { background-color: rgb(240,76,187); }
div.DivClassName
{
background-color: #F04CBB;
}
.BgClassName
{
background-color: #F04CBB;
}
</style>
border-color css
<style>
span { border-color: #F04CBB; }
span { border-color: rgb(240,76,187); }
td.TdClassName
{
border-color: #F04CBB;
}
.TagClassName
{
border-color: #F04CBB;
}
</style>