Shades of Razzle Dazzle Rose #F42ADC
Tints of Razzle Dazzle Rose #F42ADC
RGB
CMYK
RGB Variations
Color information
#F42ADC (or 0xF42ADC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2A and DC. RGB value is (244,42,220). Sum of RGB (Red+Green+Blue) = 244+42+220=506 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.22% from 506); Green value is 42 (16.80% from 255 or 8.30% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 244 - color contains mainly: red. Hex color #F42ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42ADC is #0BD523. Grayscale: #7A7A7A. Windows color (decimal): -775460 or 14428916. OLE color: 14428916.
HSL color Cylindrical-coordinate representation of color #F42ADC: hue angle of 307.13º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F42ADC is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 42 | 220 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.04 |
| HSL | 307.13º | 0.9% | 0.56% | - |
| HSV(B) | 307.13º | 0.83% | 0.96% | - |
| XYZ | 51.05 | 26.06 | 70.05 | - |
| YUV | 122.69 | 182.92 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 42 | 220 | 0 | 0.83 | 0.10 | 0.04 | 307.13 | 0.9 | 0.56 |
| Hex | F4 | 2A | DC | 0 | 53 | A | 4 | 133 | 5A | 38 |
| Octal | 364 | 52 | 334 | 0 | 123 | 12 | 4 | 463 | 132 | 70 |
| Binary | 11110100 | 101010 | 11011100 | 0 | 1010011 | 1010 | 100 | 100110011 | 1011010 | 111000 |
Color Harmonies of #F42ADC
Complementary color
Monochromatic Colors of #F42ADC
Black with #F42ADC
Text Example
Text Example
White with #F42ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42ADC; }
p { color: rgb(244,42,220); }
H1.HeaderClassName
{
color: #F42ADC;
}
.AnyTagClassName
{
color: #F42ADC;
}
</style>
background-color css
<style>
a { background-color: #F42ADC; }
a { background-color: rgb(244,42,220); }
div.DivClassName
{
background-color: #F42ADC;
}
.BgClassName
{
background-color: #F42ADC;
}
</style>
border-color css
<style>
span { border-color: #F42ADC; }
span { border-color: rgb(244,42,220); }
td.TdClassName
{
border-color: #F42ADC;
}
.TagClassName
{
border-color: #F42ADC;
}
</style>