Shades of Razzle Dazzle Rose #F435D6
Tints of Razzle Dazzle Rose #F435D6
RGB
CMYK
RGB Variations
Color information
#F435D6 (or 0xF435D6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 35 and D6. RGB value is (244,53,214). Sum of RGB (Red+Green+Blue) = 244+53+214=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 53 (21.09% from 255 or 10.37% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F435D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F435D6 is #0BCA29. Grayscale: #808080. Windows color (decimal): -772650 or 14038516. OLE color: 14038516.
HSL color Cylindrical-coordinate representation of color #F435D6: hue angle of 309.42º 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 #F435D6 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 214 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.04 |
| HSL | 309.42º | 0.9% | 0.58% | - |
| HSV(B) | 309.42º | 0.78% | 0.96% | - |
| XYZ | 50.72 | 26.63 | 66.09 | - |
| YUV | 128.46 | 176.28 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 214 | 0 | 0.78 | 0.12 | 0.04 | 309.42 | 0.9 | 0.58 |
| Hex | F4 | 35 | D6 | 0 | 4E | C | 4 | 135 | 5A | 3A |
| Octal | 364 | 65 | 326 | 0 | 116 | 14 | 4 | 465 | 132 | 72 |
| Binary | 11110100 | 110101 | 11010110 | 0 | 1001110 | 1100 | 100 | 100110101 | 1011010 | 111010 |
Color Harmonies of #F435D6
Complementary color
Monochromatic Colors of #F435D6
Black with #F435D6
Text Example
Text Example
White with #F435D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F435D6; }
p { color: rgb(244,53,214); }
H1.HeaderClassName
{
color: #F435D6;
}
.AnyTagClassName
{
color: #F435D6;
}
</style>
background-color css
<style>
a { background-color: #F435D6; }
a { background-color: rgb(244,53,214); }
div.DivClassName
{
background-color: #F435D6;
}
.BgClassName
{
background-color: #F435D6;
}
</style>
border-color css
<style>
span { border-color: #F435D6; }
span { border-color: rgb(244,53,214); }
td.TdClassName
{
border-color: #F435D6;
}
.TagClassName
{
border-color: #F435D6;
}
</style>