Shades of Razzle Dazzle Rose #F028DF
Tints of Razzle Dazzle Rose #F028DF
RGB
CMYK
RGB Variations
Color information
#F028DF (or 0xF028DF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 28 and DF. RGB value is (240,40,223). Sum of RGB (Red+Green+Blue) = 240+40+223=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 240 - color contains mainly: red. Hex color #F028DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F028DF is #0FD720. Grayscale: #787878. Windows color (decimal): -1038113 or 14625008. OLE color: 14625008.
HSL color Cylindrical-coordinate representation of color #F028DF: hue angle of 305.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F028DF is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 40 | 223 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.06 |
| HSL | 305.1º | 0.87% | 0.55% | - |
| HSV(B) | 305.1º | 0.83% | 0.94% | - |
| XYZ | 50.01 | 25.37 | 72.07 | - |
| YUV | 120.66 | 185.76 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 40 | 223 | 0 | 0.83 | 0.07 | 0.06 | 305.1 | 0.87 | 0.55 |
| Hex | F0 | 28 | DF | 0 | 53 | 7 | 6 | 131 | 57 | 37 |
| Octal | 360 | 50 | 337 | 0 | 123 | 7 | 6 | 461 | 127 | 67 |
| Binary | 11110000 | 101000 | 11011111 | 0 | 1010011 | 111 | 110 | 100110001 | 1010111 | 110111 |
Color Harmonies of #F028DF
Complementary color
Monochromatic Colors of #F028DF
Black with #F028DF
Text Example
Text Example
White with #F028DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F028DF; }
p { color: rgb(240,40,223); }
H1.HeaderClassName
{
color: #F028DF;
}
.AnyTagClassName
{
color: #F028DF;
}
</style>
background-color css
<style>
a { background-color: #F028DF; }
a { background-color: rgb(240,40,223); }
div.DivClassName
{
background-color: #F028DF;
}
.BgClassName
{
background-color: #F028DF;
}
</style>
border-color css
<style>
span { border-color: #F028DF; }
span { border-color: rgb(240,40,223); }
td.TdClassName
{
border-color: #F028DF;
}
.TagClassName
{
border-color: #F028DF;
}
</style>