Shades of Razzle Dazzle Rose #F435D0
Tints of Razzle Dazzle Rose #F435D0
RGB
CMYK
RGB Variations
Color information
#F435D0 (or 0xF435D0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 35 and D0. RGB value is (244,53,208). Sum of RGB (Red+Green+Blue) = 244+53+208=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 53 (21.09% from 255 or 10.50% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F435D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F435D0 is #0BCA2F. Grayscale: #7F7F7F. Windows color (decimal): -772656 or 13645300. OLE color: 13645300.
HSL color Cylindrical-coordinate representation of color #F435D0: hue angle of 311.31º 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 #F435D0 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 208 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.04 |
| HSL | 311.31º | 0.9% | 0.58% | - |
| HSV(B) | 311.31º | 0.78% | 0.96% | - |
| XYZ | 49.97 | 26.33 | 62.12 | - |
| YUV | 127.78 | 173.28 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 208 | 0 | 0.78 | 0.15 | 0.04 | 311.31 | 0.9 | 0.58 |
| Hex | F4 | 35 | D0 | 0 | 4E | F | 4 | 137 | 5A | 3A |
| Octal | 364 | 65 | 320 | 0 | 116 | 17 | 4 | 467 | 132 | 72 |
| Binary | 11110100 | 110101 | 11010000 | 0 | 1001110 | 1111 | 100 | 100110111 | 1011010 | 111010 |
Color Harmonies of #F435D0
Complementary color
Monochromatic Colors of #F435D0
Black with #F435D0
Text Example
Text Example
White with #F435D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F435D0; }
p { color: rgb(244,53,208); }
H1.HeaderClassName
{
color: #F435D0;
}
.AnyTagClassName
{
color: #F435D0;
}
</style>
background-color css
<style>
a { background-color: #F435D0; }
a { background-color: rgb(244,53,208); }
div.DivClassName
{
background-color: #F435D0;
}
.BgClassName
{
background-color: #F435D0;
}
</style>
border-color css
<style>
span { border-color: #F435D0; }
span { border-color: rgb(244,53,208); }
td.TdClassName
{
border-color: #F435D0;
}
.TagClassName
{
border-color: #F435D0;
}
</style>