Shades of Razzle Dazzle Rose #F428D1
Tints of Razzle Dazzle Rose #F428D1
RGB
CMYK
RGB Variations
Color information
#F428D1 (or 0xF428D1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 28 and D1. RGB value is (244,40,209). Sum of RGB (Red+Green+Blue) = 244+40+209=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 40 (16.02% from 255 or 8.11% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F428D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F428D1 is #0BD72E. Grayscale: #777777. Windows color (decimal): -775983 or 13707508. OLE color: 13707508.
HSL color Cylindrical-coordinate representation of color #F428D1: hue angle of 310.29º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F428D1 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 209 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.04 |
| HSL | 310.29º | 0.9% | 0.56% | - |
| HSV(B) | 310.29º | 0.84% | 0.96% | - |
| XYZ | 49.58 | 25.35 | 62.6 | - |
| YUV | 120.26 | 178.09 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 209 | 0 | 0.84 | 0.14 | 0.04 | 310.29 | 0.9 | 0.56 |
| Hex | F4 | 28 | D1 | 0 | 54 | E | 4 | 136 | 5A | 38 |
| Octal | 364 | 50 | 321 | 0 | 124 | 16 | 4 | 466 | 132 | 70 |
| Binary | 11110100 | 101000 | 11010001 | 0 | 1010100 | 1110 | 100 | 100110110 | 1011010 | 111000 |
Color Harmonies of #F428D1
Complementary color
Monochromatic Colors of #F428D1
Black with #F428D1
Text Example
Text Example
White with #F428D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F428D1; }
p { color: rgb(244,40,209); }
H1.HeaderClassName
{
color: #F428D1;
}
.AnyTagClassName
{
color: #F428D1;
}
</style>
background-color css
<style>
a { background-color: #F428D1; }
a { background-color: rgb(244,40,209); }
div.DivClassName
{
background-color: #F428D1;
}
.BgClassName
{
background-color: #F428D1;
}
</style>
border-color css
<style>
span { border-color: #F428D1; }
span { border-color: rgb(244,40,209); }
td.TdClassName
{
border-color: #F428D1;
}
.TagClassName
{
border-color: #F428D1;
}
</style>