Shades of Razzle Dazzle Rose #F01CDA
Tints of Razzle Dazzle Rose #F01CDA
RGB
CMYK
RGB Variations
Color information
#F01CDA (or 0xF01CDA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 1C and DA. RGB value is (240,28,218). Sum of RGB (Red+Green+Blue) = 240+28+218=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F01CDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01CDA is #0FE325. Grayscale: #707070. Windows color (decimal): -1041190 or 14294256. OLE color: 14294256.
HSL color Cylindrical-coordinate representation of color #F01CDA: hue angle of 306.23º 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 #F01CDA is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 28 | 218 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.06 |
| HSL | 306.23º | 0.88% | 0.53% | - |
| HSV(B) | 306.23º | 0.88% | 0.94% | - |
| XYZ | 49.01 | 24.42 | 68.46 | - |
| YUV | 113.05 | 187.24 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 218 | 0 | 0.88 | 0.09 | 0.06 | 306.23 | 0.88 | 0.53 |
| Hex | F0 | 1C | DA | 0 | 58 | 9 | 6 | 132 | 58 | 35 |
| Octal | 360 | 34 | 332 | 0 | 130 | 11 | 6 | 462 | 130 | 65 |
| Binary | 11110000 | 11100 | 11011010 | 0 | 1011000 | 1001 | 110 | 100110010 | 1011000 | 110101 |
Color Harmonies of #F01CDA
Complementary color
Monochromatic Colors of #F01CDA
Black with #F01CDA
Text Example
Text Example
White with #F01CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CDA; }
p { color: rgb(240,28,218); }
H1.HeaderClassName
{
color: #F01CDA;
}
.AnyTagClassName
{
color: #F01CDA;
}
</style>
background-color css
<style>
a { background-color: #F01CDA; }
a { background-color: rgb(240,28,218); }
div.DivClassName
{
background-color: #F01CDA;
}
.BgClassName
{
background-color: #F01CDA;
}
</style>
border-color css
<style>
span { border-color: #F01CDA; }
span { border-color: rgb(240,28,218); }
td.TdClassName
{
border-color: #F01CDA;
}
.TagClassName
{
border-color: #F01CDA;
}
</style>