Shades of Razzle Dazzle Rose #F51CDD
Tints of Razzle Dazzle Rose #F51CDD
RGB
CMYK
RGB Variations
Color information
#F51CDD (or 0xF51CDD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 1C and DD. RGB value is (245,28,221). Sum of RGB (Red+Green+Blue) = 245+28+221=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 28 (11.33% from 255 or 5.67% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F51CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F51CDD is #0AE322. Grayscale: #727272. Windows color (decimal): -713507 or 14490869. OLE color: 14490869.
HSL color Cylindrical-coordinate representation of color #F51CDD: hue angle of 306.64º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51CDD is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 221 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.04 |
| HSL | 306.64º | 0.92% | 0.54% | - |
| HSV(B) | 306.64º | 0.89% | 0.96% | - |
| XYZ | 51.12 | 25.46 | 70.63 | - |
| YUV | 114.89 | 187.89 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 221 | 0 | 0.89 | 0.10 | 0.04 | 306.64 | 0.92 | 0.54 |
| Hex | F5 | 1C | DD | 0 | 59 | A | 4 | 133 | 5C | 36 |
| Octal | 365 | 34 | 335 | 0 | 131 | 12 | 4 | 463 | 134 | 66 |
| Binary | 11110101 | 11100 | 11011101 | 0 | 1011001 | 1010 | 100 | 100110011 | 1011100 | 110110 |
Color Harmonies of #F51CDD
Complementary color
Monochromatic Colors of #F51CDD
Black with #F51CDD
Text Example
Text Example
White with #F51CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51CDD; }
p { color: rgb(245,28,221); }
H1.HeaderClassName
{
color: #F51CDD;
}
.AnyTagClassName
{
color: #F51CDD;
}
</style>
background-color css
<style>
a { background-color: #F51CDD; }
a { background-color: rgb(245,28,221); }
div.DivClassName
{
background-color: #F51CDD;
}
.BgClassName
{
background-color: #F51CDD;
}
</style>
border-color css
<style>
span { border-color: #F51CDD; }
span { border-color: rgb(245,28,221); }
td.TdClassName
{
border-color: #F51CDD;
}
.TagClassName
{
border-color: #F51CDD;
}
</style>