Shades of Razzle Dazzle Rose #F01FDC
Tints of Razzle Dazzle Rose #F01FDC
RGB
CMYK
RGB Variations
Color information
#F01FDC (or 0xF01FDC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 1F and DC. RGB value is (240,31,220). Sum of RGB (Red+Green+Blue) = 240+31+220=491 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.88% from 491); Green value is 31 (12.5% from 255 or 6.31% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 240 - color contains mainly: red. Hex color #F01FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01FDC is #0FE023. Grayscale: #727272. Windows color (decimal): -1040420 or 14426096. OLE color: 14426096.
HSL color Cylindrical-coordinate representation of color #F01FDC: hue angle of 305.74º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01FDC is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 31 | 220 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.06 |
| HSL | 305.74º | 0.87% | 0.53% | - |
| HSV(B) | 305.74º | 0.87% | 0.94% | - |
| XYZ | 49.34 | 24.67 | 69.87 | - |
| YUV | 115.04 | 187.24 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 31 | 220 | 0 | 0.87 | 0.08 | 0.06 | 305.74 | 0.87 | 0.53 |
| Hex | F0 | 1F | DC | 0 | 57 | 8 | 6 | 132 | 57 | 35 |
| Octal | 360 | 37 | 334 | 0 | 127 | 10 | 6 | 462 | 127 | 65 |
| Binary | 11110000 | 11111 | 11011100 | 0 | 1010111 | 1000 | 110 | 100110010 | 1010111 | 110101 |
Color Harmonies of #F01FDC
Complementary color
Monochromatic Colors of #F01FDC
Black with #F01FDC
Text Example
Text Example
White with #F01FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01FDC; }
p { color: rgb(240,31,220); }
H1.HeaderClassName
{
color: #F01FDC;
}
.AnyTagClassName
{
color: #F01FDC;
}
</style>
background-color css
<style>
a { background-color: #F01FDC; }
a { background-color: rgb(240,31,220); }
div.DivClassName
{
background-color: #F01FDC;
}
.BgClassName
{
background-color: #F01FDC;
}
</style>
border-color css
<style>
span { border-color: #F01FDC; }
span { border-color: rgb(240,31,220); }
td.TdClassName
{
border-color: #F01FDC;
}
.TagClassName
{
border-color: #F01FDC;
}
</style>