Shades of Razzle Dazzle Rose #F120D4
Tints of Razzle Dazzle Rose #F120D4
RGB
CMYK
RGB Variations
Color information
#F120D4 (or 0xF120D4) is known color: Razzle Dazzle Rose. HEX triplet: F1, 20 and D4. RGB value is (241,32,212). Sum of RGB (Red+Green+Blue) = 241+32+212=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F120D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F120D4 is #0EDF2B. Grayscale: #727272. Windows color (decimal): -974636 or 13902065. OLE color: 13902065.
HSL color Cylindrical-coordinate representation of color #F120D4: hue angle of 308.33º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F120D4 is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 212 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.05 |
| HSL | 308.33º | 0.88% | 0.54% | - |
| HSV(B) | 308.33º | 0.87% | 0.95% | - |
| XYZ | 48.68 | 24.49 | 64.45 | - |
| YUV | 115.01 | 182.74 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 212 | 0 | 0.87 | 0.12 | 0.05 | 308.33 | 0.88 | 0.54 |
| Hex | F1 | 20 | D4 | 0 | 57 | C | 5 | 134 | 58 | 36 |
| Octal | 361 | 40 | 324 | 0 | 127 | 14 | 5 | 464 | 130 | 66 |
| Binary | 11110001 | 100000 | 11010100 | 0 | 1010111 | 1100 | 101 | 100110100 | 1011000 | 110110 |
Color Harmonies of #F120D4
Complementary color
Monochromatic Colors of #F120D4
Black with #F120D4
Text Example
Text Example
White with #F120D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F120D4; }
p { color: rgb(241,32,212); }
H1.HeaderClassName
{
color: #F120D4;
}
.AnyTagClassName
{
color: #F120D4;
}
</style>
background-color css
<style>
a { background-color: #F120D4; }
a { background-color: rgb(241,32,212); }
div.DivClassName
{
background-color: #F120D4;
}
.BgClassName
{
background-color: #F120D4;
}
</style>
border-color css
<style>
span { border-color: #F120D4; }
span { border-color: rgb(241,32,212); }
td.TdClassName
{
border-color: #F120D4;
}
.TagClassName
{
border-color: #F120D4;
}
</style>