Shades of Razzle Dazzle Rose #F124D1
Tints of Razzle Dazzle Rose #F124D1
RGB
CMYK
RGB Variations
Color information
#F124D1 (or 0xF124D1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 24 and D1. RGB value is (241,36,209). Sum of RGB (Red+Green+Blue) = 241+36+209=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 36 (14.45% from 255 or 7.41% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F124D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124D1 is #0EDB2E. Grayscale: #747474. Windows color (decimal): -973615 or 13706481. OLE color: 13706481.
HSL color Cylindrical-coordinate representation of color #F124D1: hue angle of 309.37º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F124D1 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 209 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.05 |
| HSL | 309.37º | 0.88% | 0.54% | - |
| HSV(B) | 309.37º | 0.85% | 0.95% | - |
| XYZ | 48.42 | 24.57 | 62.51 | - |
| YUV | 117.02 | 179.92 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 209 | 0 | 0.85 | 0.13 | 0.05 | 309.37 | 0.88 | 0.54 |
| Hex | F1 | 24 | D1 | 0 | 55 | D | 5 | 135 | 58 | 36 |
| Octal | 361 | 44 | 321 | 0 | 125 | 15 | 5 | 465 | 130 | 66 |
| Binary | 11110001 | 100100 | 11010001 | 0 | 1010101 | 1101 | 101 | 100110101 | 1011000 | 110110 |
Color Harmonies of #F124D1
Complementary color
Monochromatic Colors of #F124D1
Black with #F124D1
Text Example
Text Example
White with #F124D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124D1; }
p { color: rgb(241,36,209); }
H1.HeaderClassName
{
color: #F124D1;
}
.AnyTagClassName
{
color: #F124D1;
}
</style>
background-color css
<style>
a { background-color: #F124D1; }
a { background-color: rgb(241,36,209); }
div.DivClassName
{
background-color: #F124D1;
}
.BgClassName
{
background-color: #F124D1;
}
</style>
border-color css
<style>
span { border-color: #F124D1; }
span { border-color: rgb(241,36,209); }
td.TdClassName
{
border-color: #F124D1;
}
.TagClassName
{
border-color: #F124D1;
}
</style>