Shades of Razzle Dazzle Rose #F430D3
Tints of Razzle Dazzle Rose #F430D3
RGB
CMYK
RGB Variations
Color information
#F430D3 (or 0xF430D3) is known color: Razzle Dazzle Rose. HEX triplet: F4, 30 and D3. RGB value is (244,48,211). Sum of RGB (Red+Green+Blue) = 244+48+211=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 48 (19.14% from 255 or 9.54% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F430D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430D3 is #0BCF2C. Grayscale: #7C7C7C. Windows color (decimal): -773933 or 13840628. OLE color: 13840628.
HSL color Cylindrical-coordinate representation of color #F430D3: hue angle of 310.1º 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 #F430D3 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 211 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.04 |
| HSL | 310.1º | 0.9% | 0.57% | - |
| HSV(B) | 310.1º | 0.8% | 0.96% | - |
| XYZ | 50.12 | 26.05 | 64.01 | - |
| YUV | 125.19 | 176.43 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 211 | 0 | 0.80 | 0.14 | 0.04 | 310.1 | 0.9 | 0.57 |
| Hex | F4 | 30 | D3 | 0 | 50 | E | 4 | 136 | 5A | 39 |
| Octal | 364 | 60 | 323 | 0 | 120 | 16 | 4 | 466 | 132 | 71 |
| Binary | 11110100 | 110000 | 11010011 | 0 | 1010000 | 1110 | 100 | 100110110 | 1011010 | 111001 |
Color Harmonies of #F430D3
Complementary color
Monochromatic Colors of #F430D3
Black with #F430D3
Text Example
Text Example
White with #F430D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430D3; }
p { color: rgb(244,48,211); }
H1.HeaderClassName
{
color: #F430D3;
}
.AnyTagClassName
{
color: #F430D3;
}
</style>
background-color css
<style>
a { background-color: #F430D3; }
a { background-color: rgb(244,48,211); }
div.DivClassName
{
background-color: #F430D3;
}
.BgClassName
{
background-color: #F430D3;
}
</style>
border-color css
<style>
span { border-color: #F430D3; }
span { border-color: rgb(244,48,211); }
td.TdClassName
{
border-color: #F430D3;
}
.TagClassName
{
border-color: #F430D3;
}
</style>