Shades of Razzle Dazzle Rose #F02FDF
Tints of Razzle Dazzle Rose #F02FDF
RGB
CMYK
RGB Variations
Color information
#F02FDF (or 0xF02FDF) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2F and DF. RGB value is (240,47,223). Sum of RGB (Red+Green+Blue) = 240+47+223=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 47 (18.75% from 255 or 9.22% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02FDF is #0FD020. Grayscale: #7C7C7C. Windows color (decimal): -1036321 or 14626800. OLE color: 14626800.
HSL color Cylindrical-coordinate representation of color #F02FDF: hue angle of 305.28º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F02FDF is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 223 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.06 |
| HSL | 305.29º | 0.87% | 0.56% | - |
| HSV(B) | 305.29º | 0.8% | 0.94% | - |
| XYZ | 50.27 | 25.89 | 72.16 | - |
| YUV | 124.77 | 183.44 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 223 | 0 | 0.80 | 0.07 | 0.06 | 305.29 | 0.87 | 0.56 |
| Hex | F0 | 2F | DF | 0 | 50 | 7 | 6 | 131 | 57 | 38 |
| Octal | 360 | 57 | 337 | 0 | 120 | 7 | 6 | 461 | 127 | 70 |
| Binary | 11110000 | 101111 | 11011111 | 0 | 1010000 | 111 | 110 | 100110001 | 1010111 | 111000 |
Color Harmonies of #F02FDF
Complementary color
Monochromatic Colors of #F02FDF
Black with #F02FDF
Text Example
Text Example
White with #F02FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02FDF; }
p { color: rgb(240,47,223); }
H1.HeaderClassName
{
color: #F02FDF;
}
.AnyTagClassName
{
color: #F02FDF;
}
</style>
background-color css
<style>
a { background-color: #F02FDF; }
a { background-color: rgb(240,47,223); }
div.DivClassName
{
background-color: #F02FDF;
}
.BgClassName
{
background-color: #F02FDF;
}
</style>
border-color css
<style>
span { border-color: #F02FDF; }
span { border-color: rgb(240,47,223); }
td.TdClassName
{
border-color: #F02FDF;
}
.TagClassName
{
border-color: #F02FDF;
}
</style>