Shades of Razzle Dazzle Rose #F430D6
Tints of Razzle Dazzle Rose #F430D6
RGB
CMYK
RGB Variations
Color information
#F430D6 (or 0xF430D6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 30 and D6. RGB value is (244,48,214). Sum of RGB (Red+Green+Blue) = 244+48+214=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F430D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430D6 is #0BCF29. Grayscale: #7D7D7D. Windows color (decimal): -773930 or 14037236. OLE color: 14037236.
HSL color Cylindrical-coordinate representation of color #F430D6: hue angle of 309.18º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F430D6 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 214 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.04 |
| HSL | 309.18º | 0.9% | 0.57% | - |
| HSV(B) | 309.18º | 0.8% | 0.96% | - |
| XYZ | 50.5 | 26.2 | 66.01 | - |
| YUV | 125.53 | 177.93 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 214 | 0 | 0.80 | 0.12 | 0.04 | 309.18 | 0.9 | 0.57 |
| Hex | F4 | 30 | D6 | 0 | 50 | C | 4 | 135 | 5A | 39 |
| Octal | 364 | 60 | 326 | 0 | 120 | 14 | 4 | 465 | 132 | 71 |
| Binary | 11110100 | 110000 | 11010110 | 0 | 1010000 | 1100 | 100 | 100110101 | 1011010 | 111001 |
Color Harmonies of #F430D6
Complementary color
Monochromatic Colors of #F430D6
Black with #F430D6
Text Example
Text Example
White with #F430D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430D6; }
p { color: rgb(244,48,214); }
H1.HeaderClassName
{
color: #F430D6;
}
.AnyTagClassName
{
color: #F430D6;
}
</style>
background-color css
<style>
a { background-color: #F430D6; }
a { background-color: rgb(244,48,214); }
div.DivClassName
{
background-color: #F430D6;
}
.BgClassName
{
background-color: #F430D6;
}
</style>
border-color css
<style>
span { border-color: #F430D6; }
span { border-color: rgb(244,48,214); }
td.TdClassName
{
border-color: #F430D6;
}
.TagClassName
{
border-color: #F430D6;
}
</style>