Shades of Razzle Dazzle Rose #F435D7
Tints of Razzle Dazzle Rose #F435D7
RGB
CMYK
RGB Variations
Color information
#F435D7 (or 0xF435D7) is known color: Razzle Dazzle Rose. HEX triplet: F4, 35 and D7. RGB value is (244,53,215). Sum of RGB (Red+Green+Blue) = 244+53+215=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 53 (21.09% from 255 or 10.35% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F435D7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F435D7 is #0BCA28. Grayscale: #808080. Windows color (decimal): -772649 or 14104052. OLE color: 14104052.
HSL color Cylindrical-coordinate representation of color #F435D7: hue angle of 309.11º 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 #F435D7 is Cyan = 0, Magento = 0.78, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 215 | - |
| CMYK | 0 | 0.78 | 0.12 | 0.04 |
| HSL | 309.11º | 0.9% | 0.58% | - |
| HSV(B) | 309.11º | 0.78% | 0.96% | - |
| XYZ | 50.85 | 26.69 | 66.76 | - |
| YUV | 128.58 | 176.78 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 215 | 0 | 0.78 | 0.12 | 0.04 | 309.11 | 0.9 | 0.58 |
| Hex | F4 | 35 | D7 | 0 | 4E | C | 4 | 135 | 5A | 3A |
| Octal | 364 | 65 | 327 | 0 | 116 | 14 | 4 | 465 | 132 | 72 |
| Binary | 11110100 | 110101 | 11010111 | 0 | 1001110 | 1100 | 100 | 100110101 | 1011010 | 111010 |
Color Harmonies of #F435D7
Complementary color
Monochromatic Colors of #F435D7
Black with #F435D7
Text Example
Text Example
White with #F435D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F435D7; }
p { color: rgb(244,53,215); }
H1.HeaderClassName
{
color: #F435D7;
}
.AnyTagClassName
{
color: #F435D7;
}
</style>
background-color css
<style>
a { background-color: #F435D7; }
a { background-color: rgb(244,53,215); }
div.DivClassName
{
background-color: #F435D7;
}
.BgClassName
{
background-color: #F435D7;
}
</style>
border-color css
<style>
span { border-color: #F435D7; }
span { border-color: rgb(244,53,215); }
td.TdClassName
{
border-color: #F435D7;
}
.TagClassName
{
border-color: #F435D7;
}
</style>