Shades of Razzle Dazzle Rose #F435D1
Tints of Razzle Dazzle Rose #F435D1
RGB
CMYK
RGB Variations
Color information
#F435D1 (or 0xF435D1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 35 and D1. RGB value is (244,53,209). Sum of RGB (Red+Green+Blue) = 244+53+209=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 53 (21.09% from 255 or 10.47% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F435D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F435D1 is #0BCA2E. Grayscale: #7F7F7F. Windows color (decimal): -772655 or 13710836. OLE color: 13710836.
HSL color Cylindrical-coordinate representation of color #F435D1: hue angle of 310.99º 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 #F435D1 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 209 | - |
| CMYK | 0 | 0.78 | 0.14 | 0.04 |
| HSL | 310.99º | 0.9% | 0.58% | - |
| HSV(B) | 310.99º | 0.78% | 0.96% | - |
| XYZ | 50.09 | 26.38 | 62.77 | - |
| YUV | 127.89 | 173.78 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 209 | 0 | 0.78 | 0.14 | 0.04 | 310.99 | 0.9 | 0.58 |
| Hex | F4 | 35 | D1 | 0 | 4E | E | 4 | 137 | 5A | 3A |
| Octal | 364 | 65 | 321 | 0 | 116 | 16 | 4 | 467 | 132 | 72 |
| Binary | 11110100 | 110101 | 11010001 | 0 | 1001110 | 1110 | 100 | 100110111 | 1011010 | 111010 |
Color Harmonies of #F435D1
Complementary color
Monochromatic Colors of #F435D1
Black with #F435D1
Text Example
Text Example
White with #F435D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F435D1; }
p { color: rgb(244,53,209); }
H1.HeaderClassName
{
color: #F435D1;
}
.AnyTagClassName
{
color: #F435D1;
}
</style>
background-color css
<style>
a { background-color: #F435D1; }
a { background-color: rgb(244,53,209); }
div.DivClassName
{
background-color: #F435D1;
}
.BgClassName
{
background-color: #F435D1;
}
</style>
border-color css
<style>
span { border-color: #F435D1; }
span { border-color: rgb(244,53,209); }
td.TdClassName
{
border-color: #F435D1;
}
.TagClassName
{
border-color: #F435D1;
}
</style>