Shades of Razzle Dazzle Rose #F02ADC
Tints of Razzle Dazzle Rose #F02ADC
RGB
CMYK
RGB Variations
Color information
#F02ADC (or 0xF02ADC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 2A and DC. RGB value is (240,42,220). Sum of RGB (Red+Green+Blue) = 240+42+220=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 42 (16.80% from 255 or 8.37% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F02ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F02ADC is #0FD523. Grayscale: #787878. Windows color (decimal): -1037604 or 14428912. OLE color: 14428912.
HSL color Cylindrical-coordinate representation of color #F02ADC: hue angle of 306.06º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F02ADC is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 42 | 220 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.06 |
| HSL | 306.06º | 0.87% | 0.55% | - |
| HSV(B) | 306.06º | 0.83% | 0.94% | - |
| XYZ | 49.68 | 25.35 | 69.98 | - |
| YUV | 121.49 | 183.6 | 212.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 42 | 220 | 0 | 0.82 | 0.08 | 0.06 | 306.06 | 0.87 | 0.55 |
| Hex | F0 | 2A | DC | 0 | 52 | 8 | 6 | 132 | 57 | 37 |
| Octal | 360 | 52 | 334 | 0 | 122 | 10 | 6 | 462 | 127 | 67 |
| Binary | 11110000 | 101010 | 11011100 | 0 | 1010010 | 1000 | 110 | 100110010 | 1010111 | 110111 |
Color Harmonies of #F02ADC
Complementary color
Monochromatic Colors of #F02ADC
Black with #F02ADC
Text Example
Text Example
White with #F02ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02ADC; }
p { color: rgb(240,42,220); }
H1.HeaderClassName
{
color: #F02ADC;
}
.AnyTagClassName
{
color: #F02ADC;
}
</style>
background-color css
<style>
a { background-color: #F02ADC; }
a { background-color: rgb(240,42,220); }
div.DivClassName
{
background-color: #F02ADC;
}
.BgClassName
{
background-color: #F02ADC;
}
</style>
border-color css
<style>
span { border-color: #F02ADC; }
span { border-color: rgb(240,42,220); }
td.TdClassName
{
border-color: #F02ADC;
}
.TagClassName
{
border-color: #F02ADC;
}
</style>