Shades of Razzle Dazzle Rose #F428D2
Tints of Razzle Dazzle Rose #F428D2
RGB
CMYK
RGB Variations
Color information
#F428D2 (or 0xF428D2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 28 and D2. RGB value is (244,40,210). Sum of RGB (Red+Green+Blue) = 244+40+210=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F428D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F428D2 is #0BD72D. Grayscale: #777777. Windows color (decimal): -775982 or 13773044. OLE color: 13773044.
HSL color Cylindrical-coordinate representation of color #F428D2: hue angle of 310º 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 #F428D2 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 40 | 210 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.04 |
| HSL | 310º | 0.9% | 0.56% | - |
| HSV(B) | 310º | 0.84% | 0.96% | - |
| XYZ | 49.7 | 25.4 | 63.26 | - |
| YUV | 120.38 | 178.59 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 210 | 0 | 0.84 | 0.14 | 0.04 | 310 | 0.9 | 0.56 |
| Hex | F4 | 28 | D2 | 0 | 54 | E | 4 | 136 | 5A | 38 |
| Octal | 364 | 50 | 322 | 0 | 124 | 16 | 4 | 466 | 132 | 70 |
| Binary | 11110100 | 101000 | 11010010 | 0 | 1010100 | 1110 | 100 | 100110110 | 1011010 | 111000 |
Color Harmonies of #F428D2
Complementary color
Monochromatic Colors of #F428D2
Black with #F428D2
Text Example
Text Example
White with #F428D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F428D2; }
p { color: rgb(244,40,210); }
H1.HeaderClassName
{
color: #F428D2;
}
.AnyTagClassName
{
color: #F428D2;
}
</style>
background-color css
<style>
a { background-color: #F428D2; }
a { background-color: rgb(244,40,210); }
div.DivClassName
{
background-color: #F428D2;
}
.BgClassName
{
background-color: #F428D2;
}
</style>
border-color css
<style>
span { border-color: #F428D2; }
span { border-color: rgb(244,40,210); }
td.TdClassName
{
border-color: #F428D2;
}
.TagClassName
{
border-color: #F428D2;
}
</style>