Shades of Razzle Dazzle Rose #F123CF
Tints of Razzle Dazzle Rose #F123CF
RGB
CMYK
RGB Variations
Color information
#F123CF (or 0xF123CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 23 and CF. RGB value is (241,35,207). Sum of RGB (Red+Green+Blue) = 241+35+207=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 35 (14.06% from 255 or 7.25% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F123CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123CF is #0EDC30. Grayscale: #737373. Windows color (decimal): -973873 or 13575153. OLE color: 13575153.
HSL color Cylindrical-coordinate representation of color #F123CF: hue angle of 309.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 #F123CF is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 207 | - |
| CMYK | 0 | 0.85 | 0.14 | 0.05 |
| HSL | 309.9º | 0.88% | 0.54% | - |
| HSV(B) | 309.9º | 0.85% | 0.95% | - |
| XYZ | 48.14 | 24.41 | 61.21 | - |
| YUV | 116.2 | 179.25 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 207 | 0 | 0.85 | 0.14 | 0.05 | 309.9 | 0.88 | 0.54 |
| Hex | F1 | 23 | CF | 0 | 55 | E | 5 | 136 | 58 | 36 |
| Octal | 361 | 43 | 317 | 0 | 125 | 16 | 5 | 466 | 130 | 66 |
| Binary | 11110001 | 100011 | 11001111 | 0 | 1010101 | 1110 | 101 | 100110110 | 1011000 | 110110 |
Color Harmonies of #F123CF
Complementary color
Monochromatic Colors of #F123CF
Black with #F123CF
Text Example
Text Example
White with #F123CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123CF; }
p { color: rgb(241,35,207); }
H1.HeaderClassName
{
color: #F123CF;
}
.AnyTagClassName
{
color: #F123CF;
}
</style>
background-color css
<style>
a { background-color: #F123CF; }
a { background-color: rgb(241,35,207); }
div.DivClassName
{
background-color: #F123CF;
}
.BgClassName
{
background-color: #F123CF;
}
</style>
border-color css
<style>
span { border-color: #F123CF; }
span { border-color: rgb(241,35,207); }
td.TdClassName
{
border-color: #F123CF;
}
.TagClassName
{
border-color: #F123CF;
}
</style>