Shades of Razzle Dazzle Rose #F430DF
Tints of Razzle Dazzle Rose #F430DF
RGB
CMYK
RGB Variations
Color information
#F430DF (or 0xF430DF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 30 and DF. RGB value is (244,48,223). Sum of RGB (Red+Green+Blue) = 244+48+223=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 48 (19.14% from 255 or 9.32% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 244 - color contains mainly: red. Hex color #F430DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430DF is #0BCF20. Grayscale: #7E7E7E. Windows color (decimal): -773921 or 14627060. OLE color: 14627060.
HSL color Cylindrical-coordinate representation of color #F430DF: hue angle of 306.43º 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 #F430DF is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 223 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.04 |
| HSL | 306.43º | 0.9% | 0.57% | - |
| HSV(B) | 306.43º | 0.8% | 0.96% | - |
| XYZ | 51.68 | 26.67 | 72.24 | - |
| YUV | 126.55 | 182.43 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 223 | 0 | 0.80 | 0.09 | 0.04 | 306.43 | 0.9 | 0.57 |
| Hex | F4 | 30 | DF | 0 | 50 | 9 | 4 | 132 | 5A | 39 |
| Octal | 364 | 60 | 337 | 0 | 120 | 11 | 4 | 462 | 132 | 71 |
| Binary | 11110100 | 110000 | 11011111 | 0 | 1010000 | 1001 | 100 | 100110010 | 1011010 | 111001 |
Color Harmonies of #F430DF
Complementary color
Monochromatic Colors of #F430DF
Black with #F430DF
Text Example
Text Example
White with #F430DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430DF; }
p { color: rgb(244,48,223); }
H1.HeaderClassName
{
color: #F430DF;
}
.AnyTagClassName
{
color: #F430DF;
}
</style>
background-color css
<style>
a { background-color: #F430DF; }
a { background-color: rgb(244,48,223); }
div.DivClassName
{
background-color: #F430DF;
}
.BgClassName
{
background-color: #F430DF;
}
</style>
border-color css
<style>
span { border-color: #F430DF; }
span { border-color: rgb(244,48,223); }
td.TdClassName
{
border-color: #F430DF;
}
.TagClassName
{
border-color: #F430DF;
}
</style>