Shades of Razzle Dazzle Rose #F123CA
Tints of Razzle Dazzle Rose #F123CA
RGB
CMYK
RGB Variations
Color information
#F123CA (or 0xF123CA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 23 and CA. RGB value is (241,35,202). Sum of RGB (Red+Green+Blue) = 241+35+202=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F123CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123CA is #0EDC35. Grayscale: #737373. Windows color (decimal): -973878 or 13247473. OLE color: 13247473.
HSL color Cylindrical-coordinate representation of color #F123CA: hue angle of 311.36º 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 #F123CA is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 202 | - |
| CMYK | 0 | 0.85 | 0.16 | 0.05 |
| HSL | 311.36º | 0.88% | 0.54% | - |
| HSV(B) | 311.36º | 0.85% | 0.95% | - |
| XYZ | 47.54 | 24.17 | 58.04 | - |
| YUV | 115.63 | 176.75 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 202 | 0 | 0.85 | 0.16 | 0.05 | 311.36 | 0.88 | 0.54 |
| Hex | F1 | 23 | CA | 0 | 55 | 10 | 5 | 137 | 58 | 36 |
| Octal | 361 | 43 | 312 | 0 | 125 | 20 | 5 | 467 | 130 | 66 |
| Binary | 11110001 | 100011 | 11001010 | 0 | 1010101 | 10000 | 101 | 100110111 | 1011000 | 110110 |
Color Harmonies of #F123CA
Complementary color
Monochromatic Colors of #F123CA
Black with #F123CA
Text Example
Text Example
White with #F123CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123CA; }
p { color: rgb(241,35,202); }
H1.HeaderClassName
{
color: #F123CA;
}
.AnyTagClassName
{
color: #F123CA;
}
</style>
background-color css
<style>
a { background-color: #F123CA; }
a { background-color: rgb(241,35,202); }
div.DivClassName
{
background-color: #F123CA;
}
.BgClassName
{
background-color: #F123CA;
}
</style>
border-color css
<style>
span { border-color: #F123CA; }
span { border-color: rgb(241,35,202); }
td.TdClassName
{
border-color: #F123CA;
}
.TagClassName
{
border-color: #F123CA;
}
</style>