Shades of Razzle Dazzle Rose #F034C8
Tints of Razzle Dazzle Rose #F034C8
RGB
CMYK
RGB Variations
Color information
#F034C8 (or 0xF034C8) is known color: Razzle Dazzle Rose. HEX triplet: F0, 34 and C8. RGB value is (240,52,200). Sum of RGB (Red+Green+Blue) = 240+52+200=492 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.78% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 240 - color contains mainly: red. Hex color #F034C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F034C8 is #0FCB37. Grayscale: #7C7C7C. Windows color (decimal): -1035064 or 13120752. OLE color: 13120752.
HSL color Cylindrical-coordinate representation of color #F034C8: hue angle of 312.77º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F034C8 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 200 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.06 |
| HSL | 312.77º | 0.86% | 0.57% | - |
| HSV(B) | 312.77º | 0.78% | 0.94% | - |
| XYZ | 47.59 | 25.15 | 56.99 | - |
| YUV | 125.08 | 170.28 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 200 | 0 | 0.78 | 0.17 | 0.06 | 312.77 | 0.86 | 0.57 |
| Hex | F0 | 34 | C8 | 0 | 4E | 11 | 6 | 139 | 56 | 39 |
| Octal | 360 | 64 | 310 | 0 | 116 | 21 | 6 | 471 | 126 | 71 |
| Binary | 11110000 | 110100 | 11001000 | 0 | 1001110 | 10001 | 110 | 100111001 | 1010110 | 111001 |
Color Harmonies of #F034C8
Complementary color
Monochromatic Colors of #F034C8
Black with #F034C8
Text Example
Text Example
White with #F034C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F034C8; }
p { color: rgb(240,52,200); }
H1.HeaderClassName
{
color: #F034C8;
}
.AnyTagClassName
{
color: #F034C8;
}
</style>
background-color css
<style>
a { background-color: #F034C8; }
a { background-color: rgb(240,52,200); }
div.DivClassName
{
background-color: #F034C8;
}
.BgClassName
{
background-color: #F034C8;
}
</style>
border-color css
<style>
span { border-color: #F034C8; }
span { border-color: rgb(240,52,200); }
td.TdClassName
{
border-color: #F034C8;
}
.TagClassName
{
border-color: #F034C8;
}
</style>