Shades of Razzle Dazzle Rose #F435DD
Tints of Razzle Dazzle Rose #F435DD
RGB
CMYK
RGB Variations
Color information
#F435DD (or 0xF435DD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 35 and DD. RGB value is (244,53,221). Sum of RGB (Red+Green+Blue) = 244+53+221=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 53 (21.09% from 255 or 10.23% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F435DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F435DD is #0BCA22. Grayscale: #808080. Windows color (decimal): -772643 or 14497268. OLE color: 14497268.
HSL color Cylindrical-coordinate representation of color #F435DD: hue angle of 307.23º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F435DD is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 221 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.04 |
| HSL | 307.23º | 0.9% | 0.58% | - |
| HSV(B) | 307.23º | 0.78% | 0.96% | - |
| XYZ | 51.63 | 27 | 70.9 | - |
| YUV | 129.26 | 179.78 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 221 | 0 | 0.78 | 0.09 | 0.04 | 307.23 | 0.9 | 0.58 |
| Hex | F4 | 35 | DD | 0 | 4E | 9 | 4 | 133 | 5A | 3A |
| Octal | 364 | 65 | 335 | 0 | 116 | 11 | 4 | 463 | 132 | 72 |
| Binary | 11110100 | 110101 | 11011101 | 0 | 1001110 | 1001 | 100 | 100110011 | 1011010 | 111010 |
Color Harmonies of #F435DD
Complementary color
Monochromatic Colors of #F435DD
Black with #F435DD
Text Example
Text Example
White with #F435DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F435DD; }
p { color: rgb(244,53,221); }
H1.HeaderClassName
{
color: #F435DD;
}
.AnyTagClassName
{
color: #F435DD;
}
</style>
background-color css
<style>
a { background-color: #F435DD; }
a { background-color: rgb(244,53,221); }
div.DivClassName
{
background-color: #F435DD;
}
.BgClassName
{
background-color: #F435DD;
}
</style>
border-color css
<style>
span { border-color: #F435DD; }
span { border-color: rgb(244,53,221); }
td.TdClassName
{
border-color: #F435DD;
}
.TagClassName
{
border-color: #F435DD;
}
</style>