Shades of Razzle Dazzle Rose #F430DC
Tints of Razzle Dazzle Rose #F430DC
RGB
CMYK
RGB Variations
Color information
#F430DC (or 0xF430DC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 30 and DC. RGB value is (244,48,220). Sum of RGB (Red+Green+Blue) = 244+48+220=512 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.66% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 244 - color contains mainly: red. Hex color #F430DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430DC is #0BCF23. Grayscale: #7D7D7D. Windows color (decimal): -773924 or 14430452. OLE color: 14430452.
HSL color Cylindrical-coordinate representation of color #F430DC: hue angle of 307.35º 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 #F430DC is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 220 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.04 |
| HSL | 307.35º | 0.9% | 0.57% | - |
| HSV(B) | 307.35º | 0.8% | 0.96% | - |
| XYZ | 51.28 | 26.51 | 70.12 | - |
| YUV | 126.21 | 180.93 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 220 | 0 | 0.80 | 0.10 | 0.04 | 307.35 | 0.9 | 0.57 |
| Hex | F4 | 30 | DC | 0 | 50 | A | 4 | 133 | 5A | 39 |
| Octal | 364 | 60 | 334 | 0 | 120 | 12 | 4 | 463 | 132 | 71 |
| Binary | 11110100 | 110000 | 11011100 | 0 | 1010000 | 1010 | 100 | 100110011 | 1011010 | 111001 |
Color Harmonies of #F430DC
Complementary color
Monochromatic Colors of #F430DC
Black with #F430DC
Text Example
Text Example
White with #F430DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430DC; }
p { color: rgb(244,48,220); }
H1.HeaderClassName
{
color: #F430DC;
}
.AnyTagClassName
{
color: #F430DC;
}
</style>
background-color css
<style>
a { background-color: #F430DC; }
a { background-color: rgb(244,48,220); }
div.DivClassName
{
background-color: #F430DC;
}
.BgClassName
{
background-color: #F430DC;
}
</style>
border-color css
<style>
span { border-color: #F430DC; }
span { border-color: rgb(244,48,220); }
td.TdClassName
{
border-color: #F430DC;
}
.TagClassName
{
border-color: #F430DC;
}
</style>