Shades of Razzle Dazzle Rose #F123D4
Tints of Razzle Dazzle Rose #F123D4
RGB
CMYK
RGB Variations
Color information
#F123D4 (or 0xF123D4) is known color: Razzle Dazzle Rose. HEX triplet: F1, 23 and D4. RGB value is (241,35,212). Sum of RGB (Red+Green+Blue) = 241+35+212=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 35 (14.06% from 255 or 7.17% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F123D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F123D4 is #0EDC2B. Grayscale: #747474. Windows color (decimal): -973868 or 13902833. OLE color: 13902833.
HSL color Cylindrical-coordinate representation of color #F123D4: hue angle of 308.45º 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 #F123D4 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 212 | - |
| CMYK | 0 | 0.85 | 0.12 | 0.05 |
| HSL | 308.45º | 0.88% | 0.54% | - |
| HSV(B) | 308.45º | 0.85% | 0.95% | - |
| XYZ | 48.76 | 24.66 | 64.48 | - |
| YUV | 116.77 | 181.75 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 212 | 0 | 0.85 | 0.12 | 0.05 | 308.45 | 0.88 | 0.54 |
| Hex | F1 | 23 | D4 | 0 | 55 | C | 5 | 134 | 58 | 36 |
| Octal | 361 | 43 | 324 | 0 | 125 | 14 | 5 | 464 | 130 | 66 |
| Binary | 11110001 | 100011 | 11010100 | 0 | 1010101 | 1100 | 101 | 100110100 | 1011000 | 110110 |
Color Harmonies of #F123D4
Complementary color
Monochromatic Colors of #F123D4
Black with #F123D4
Text Example
Text Example
White with #F123D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F123D4; }
p { color: rgb(241,35,212); }
H1.HeaderClassName
{
color: #F123D4;
}
.AnyTagClassName
{
color: #F123D4;
}
</style>
background-color css
<style>
a { background-color: #F123D4; }
a { background-color: rgb(241,35,212); }
div.DivClassName
{
background-color: #F123D4;
}
.BgClassName
{
background-color: #F123D4;
}
</style>
border-color css
<style>
span { border-color: #F123D4; }
span { border-color: rgb(241,35,212); }
td.TdClassName
{
border-color: #F123D4;
}
.TagClassName
{
border-color: #F123D4;
}
</style>