Shades of Razzle Dazzle Rose #F124D6
Tints of Razzle Dazzle Rose #F124D6
RGB
CMYK
RGB Variations
Color information
#F124D6 (or 0xF124D6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 24 and D6. RGB value is (241,36,214). Sum of RGB (Red+Green+Blue) = 241+36+214=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 36 (14.45% from 255 or 7.33% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F124D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F124D6 is #0EDB29. Grayscale: #757575. Windows color (decimal): -973610 or 14034161. OLE color: 14034161.
HSL color Cylindrical-coordinate representation of color #F124D6: hue angle of 307.9º 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 #F124D6 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 214 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.05 |
| HSL | 307.9º | 0.88% | 0.54% | - |
| HSV(B) | 307.9º | 0.85% | 0.95% | - |
| XYZ | 49.04 | 24.82 | 65.82 | - |
| YUV | 117.59 | 182.42 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 214 | 0 | 0.85 | 0.11 | 0.05 | 307.9 | 0.88 | 0.54 |
| Hex | F1 | 24 | D6 | 0 | 55 | B | 5 | 134 | 58 | 36 |
| Octal | 361 | 44 | 326 | 0 | 125 | 13 | 5 | 464 | 130 | 66 |
| Binary | 11110001 | 100100 | 11010110 | 0 | 1010101 | 1011 | 101 | 100110100 | 1011000 | 110110 |
Color Harmonies of #F124D6
Complementary color
Monochromatic Colors of #F124D6
Black with #F124D6
Text Example
Text Example
White with #F124D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F124D6; }
p { color: rgb(241,36,214); }
H1.HeaderClassName
{
color: #F124D6;
}
.AnyTagClassName
{
color: #F124D6;
}
</style>
background-color css
<style>
a { background-color: #F124D6; }
a { background-color: rgb(241,36,214); }
div.DivClassName
{
background-color: #F124D6;
}
.BgClassName
{
background-color: #F124D6;
}
</style>
border-color css
<style>
span { border-color: #F124D6; }
span { border-color: rgb(241,36,214); }
td.TdClassName
{
border-color: #F124D6;
}
.TagClassName
{
border-color: #F124D6;
}
</style>