Shades of Razzle Dazzle Rose #F02FDC
Tints of Razzle Dazzle Rose #F02FDC
RGB
CMYK
RGB Variations
Color information
#F02FDC (or 0xF02FDC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2F and DC. RGB value is (240,47,220). Sum of RGB (Red+Green+Blue) = 240+47+220=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 47 (18.75% from 255 or 9.27% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F02FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02FDC is #0FD023. Grayscale: #7B7B7B. Windows color (decimal): -1036324 or 14430192. OLE color: 14430192.
HSL color Cylindrical-coordinate representation of color #F02FDC: hue angle of 306.22º 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 #F02FDC is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 47 | 220 | - |
| CMYK | 0 | 0.80 | 0.08 | 0.06 |
| HSL | 306.22º | 0.87% | 0.56% | - |
| HSV(B) | 306.22º | 0.8% | 0.94% | - |
| XYZ | 49.87 | 25.73 | 70.05 | - |
| YUV | 124.43 | 181.94 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 47 | 220 | 0 | 0.80 | 0.08 | 0.06 | 306.22 | 0.87 | 0.56 |
| Hex | F0 | 2F | DC | 0 | 50 | 8 | 6 | 132 | 57 | 38 |
| Octal | 360 | 57 | 334 | 0 | 120 | 10 | 6 | 462 | 127 | 70 |
| Binary | 11110000 | 101111 | 11011100 | 0 | 1010000 | 1000 | 110 | 100110010 | 1010111 | 111000 |
Color Harmonies of #F02FDC
Complementary color
Monochromatic Colors of #F02FDC
Black with #F02FDC
Text Example
Text Example
White with #F02FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02FDC; }
p { color: rgb(240,47,220); }
H1.HeaderClassName
{
color: #F02FDC;
}
.AnyTagClassName
{
color: #F02FDC;
}
</style>
background-color css
<style>
a { background-color: #F02FDC; }
a { background-color: rgb(240,47,220); }
div.DivClassName
{
background-color: #F02FDC;
}
.BgClassName
{
background-color: #F02FDC;
}
</style>
border-color css
<style>
span { border-color: #F02FDC; }
span { border-color: rgb(240,47,220); }
td.TdClassName
{
border-color: #F02FDC;
}
.TagClassName
{
border-color: #F02FDC;
}
</style>