Shades of Razzle Dazzle Rose #F41CDC
Tints of Razzle Dazzle Rose #F41CDC
RGB
CMYK
RGB Variations
Color information
#F41CDC (or 0xF41CDC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1C and DC. RGB value is (244,28,220). Sum of RGB (Red+Green+Blue) = 244+28+220=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 28 (11.33% from 255 or 5.69% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F41CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41CDC is #0BE323. Grayscale: #717171. Windows color (decimal): -779044 or 14425332. OLE color: 14425332.
HSL color Cylindrical-coordinate representation of color #F41CDC: hue angle of 306.67º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41CDC is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 28 | 220 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.04 |
| HSL | 306.67º | 0.91% | 0.53% | - |
| HSV(B) | 306.67º | 0.89% | 0.96% | - |
| XYZ | 50.64 | 25.23 | 69.91 | - |
| YUV | 114.47 | 187.56 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 28 | 220 | 0 | 0.89 | 0.10 | 0.04 | 306.67 | 0.91 | 0.53 |
| Hex | F4 | 1C | DC | 0 | 59 | A | 4 | 133 | 5B | 35 |
| Octal | 364 | 34 | 334 | 0 | 131 | 12 | 4 | 463 | 133 | 65 |
| Binary | 11110100 | 11100 | 11011100 | 0 | 1011001 | 1010 | 100 | 100110011 | 1011011 | 110101 |
Color Harmonies of #F41CDC
Complementary color
Monochromatic Colors of #F41CDC
Black with #F41CDC
Text Example
Text Example
White with #F41CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41CDC; }
p { color: rgb(244,28,220); }
H1.HeaderClassName
{
color: #F41CDC;
}
.AnyTagClassName
{
color: #F41CDC;
}
</style>
background-color css
<style>
a { background-color: #F41CDC; }
a { background-color: rgb(244,28,220); }
div.DivClassName
{
background-color: #F41CDC;
}
.BgClassName
{
background-color: #F41CDC;
}
</style>
border-color css
<style>
span { border-color: #F41CDC; }
span { border-color: rgb(244,28,220); }
td.TdClassName
{
border-color: #F41CDC;
}
.TagClassName
{
border-color: #F41CDC;
}
</style>