Shades of Razzle Dazzle Rose #F123D1
Tints of Razzle Dazzle Rose #F123D1
RGB
CMYK
RGB Variations
Color information
#F123D1 (or 0xF123D1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 23 and D1. RGB value is (241,35,209). Sum of RGB (Red+Green+Blue) = 241+35+209=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 35 (14.06% from 255 or 7.22% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F123D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123D1 is #0EDC2E. Grayscale: #737373. Windows color (decimal): -973871 or 13706225. OLE color: 13706225.
HSL color Cylindrical-coordinate representation of color #F123D1: hue angle of 309.32º 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 #F123D1 is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 209 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.05 |
| HSL | 309.32º | 0.88% | 0.54% | - |
| HSV(B) | 309.32º | 0.85% | 0.95% | - |
| XYZ | 48.39 | 24.51 | 62.5 | - |
| YUV | 116.43 | 180.25 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 209 | 0 | 0.85 | 0.13 | 0.05 | 309.32 | 0.88 | 0.54 |
| Hex | F1 | 23 | D1 | 0 | 55 | D | 5 | 135 | 58 | 36 |
| Octal | 361 | 43 | 321 | 0 | 125 | 15 | 5 | 465 | 130 | 66 |
| Binary | 11110001 | 100011 | 11010001 | 0 | 1010101 | 1101 | 101 | 100110101 | 1011000 | 110110 |
Color Harmonies of #F123D1
Complementary color
Monochromatic Colors of #F123D1
Black with #F123D1
Text Example
Text Example
White with #F123D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123D1; }
p { color: rgb(241,35,209); }
H1.HeaderClassName
{
color: #F123D1;
}
.AnyTagClassName
{
color: #F123D1;
}
</style>
background-color css
<style>
a { background-color: #F123D1; }
a { background-color: rgb(241,35,209); }
div.DivClassName
{
background-color: #F123D1;
}
.BgClassName
{
background-color: #F123D1;
}
</style>
border-color css
<style>
span { border-color: #F123D1; }
span { border-color: rgb(241,35,209); }
td.TdClassName
{
border-color: #F123D1;
}
.TagClassName
{
border-color: #F123D1;
}
</style>