Shades of Razzle Dazzle Rose #F01CDC
Tints of Razzle Dazzle Rose #F01CDC
RGB
CMYK
RGB Variations
Color information
#F01CDC (or 0xF01CDC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 1C and DC. RGB value is (240,28,220). Sum of RGB (Red+Green+Blue) = 240+28+220=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 28 (11.33% from 255 or 5.74% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01CDC is #0FE323. Grayscale: #707070. Windows color (decimal): -1041188 or 14425328. OLE color: 14425328.
HSL color Cylindrical-coordinate representation of color #F01CDC: hue angle of 305.66º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01CDC is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 220 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.06 |
| HSL | 305.66º | 0.88% | 0.53% | - |
| HSV(B) | 305.66º | 0.88% | 0.94% | - |
| XYZ | 49.27 | 24.52 | 69.85 | - |
| YUV | 113.28 | 188.24 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 220 | 0 | 0.88 | 0.08 | 0.06 | 305.66 | 0.88 | 0.53 |
| Hex | F0 | 1C | DC | 0 | 58 | 8 | 6 | 132 | 58 | 35 |
| Octal | 360 | 34 | 334 | 0 | 130 | 10 | 6 | 462 | 130 | 65 |
| Binary | 11110000 | 11100 | 11011100 | 0 | 1011000 | 1000 | 110 | 100110010 | 1011000 | 110101 |
Color Harmonies of #F01CDC
Complementary color
Monochromatic Colors of #F01CDC
Black with #F01CDC
Text Example
Text Example
White with #F01CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CDC; }
p { color: rgb(240,28,220); }
H1.HeaderClassName
{
color: #F01CDC;
}
.AnyTagClassName
{
color: #F01CDC;
}
</style>
background-color css
<style>
a { background-color: #F01CDC; }
a { background-color: rgb(240,28,220); }
div.DivClassName
{
background-color: #F01CDC;
}
.BgClassName
{
background-color: #F01CDC;
}
</style>
border-color css
<style>
span { border-color: #F01CDC; }
span { border-color: rgb(240,28,220); }
td.TdClassName
{
border-color: #F01CDC;
}
.TagClassName
{
border-color: #F01CDC;
}
</style>