Shades of Razzle Dazzle Rose #F430DA
Tints of Razzle Dazzle Rose #F430DA
RGB
CMYK
RGB Variations
Color information
#F430DA (or 0xF430DA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 30 and DA. RGB value is (244,48,218). Sum of RGB (Red+Green+Blue) = 244+48+218=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 48 (19.14% from 255 or 9.41% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F430DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430DA is #0BCF25. Grayscale: #7D7D7D. Windows color (decimal): -773926 or 14299380. OLE color: 14299380.
HSL color Cylindrical-coordinate representation of color #F430DA: hue angle of 307.96º 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 #F430DA is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 218 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.04 |
| HSL | 307.96º | 0.9% | 0.57% | - |
| HSV(B) | 307.96º | 0.8% | 0.96% | - |
| XYZ | 51.02 | 26.41 | 68.74 | - |
| YUV | 125.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 218 | 0 | 0.80 | 0.11 | 0.04 | 307.96 | 0.9 | 0.57 |
| Hex | F4 | 30 | DA | 0 | 50 | B | 4 | 134 | 5A | 39 |
| Octal | 364 | 60 | 332 | 0 | 120 | 13 | 4 | 464 | 132 | 71 |
| Binary | 11110100 | 110000 | 11011010 | 0 | 1010000 | 1011 | 100 | 100110100 | 1011010 | 111001 |
Color Harmonies of #F430DA
Complementary color
Monochromatic Colors of #F430DA
Black with #F430DA
Text Example
Text Example
White with #F430DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430DA; }
p { color: rgb(244,48,218); }
H1.HeaderClassName
{
color: #F430DA;
}
.AnyTagClassName
{
color: #F430DA;
}
</style>
background-color css
<style>
a { background-color: #F430DA; }
a { background-color: rgb(244,48,218); }
div.DivClassName
{
background-color: #F430DA;
}
.BgClassName
{
background-color: #F430DA;
}
</style>
border-color css
<style>
span { border-color: #F430DA; }
span { border-color: rgb(244,48,218); }
td.TdClassName
{
border-color: #F430DA;
}
.TagClassName
{
border-color: #F430DA;
}
</style>