Shades of Razzle Dazzle Rose #F13ACE
Tints of Razzle Dazzle Rose #F13ACE
RGB
CMYK
RGB Variations
Color information
#F13ACE (or 0xF13ACE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3A and CE. RGB value is (241,58,206). Sum of RGB (Red+Green+Blue) = 241+58+206=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F13ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13ACE is #0EC531. Grayscale: #818181. Windows color (decimal): -967986 or 13515505. OLE color: 13515505.
HSL color Cylindrical-coordinate representation of color #F13ACE: hue angle of 311.48º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F13ACE is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 58 | 206 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.05 |
| HSL | 311.48º | 0.87% | 0.59% | - |
| HSV(B) | 311.48º | 0.76% | 0.95% | - |
| XYZ | 48.93 | 26.18 | 60.87 | - |
| YUV | 129.59 | 171.13 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 58 | 206 | 0 | 0.76 | 0.15 | 0.05 | 311.48 | 0.87 | 0.59 |
| Hex | F1 | 3A | CE | 0 | 4C | F | 5 | 137 | 57 | 3B |
| Octal | 361 | 72 | 316 | 0 | 114 | 17 | 5 | 467 | 127 | 73 |
| Binary | 11110001 | 111010 | 11001110 | 0 | 1001100 | 1111 | 101 | 100110111 | 1010111 | 111011 |
Color Harmonies of #F13ACE
Complementary color
Monochromatic Colors of #F13ACE
Black with #F13ACE
Text Example
Text Example
White with #F13ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13ACE; }
p { color: rgb(241,58,206); }
H1.HeaderClassName
{
color: #F13ACE;
}
.AnyTagClassName
{
color: #F13ACE;
}
</style>
background-color css
<style>
a { background-color: #F13ACE; }
a { background-color: rgb(241,58,206); }
div.DivClassName
{
background-color: #F13ACE;
}
.BgClassName
{
background-color: #F13ACE;
}
</style>
border-color css
<style>
span { border-color: #F13ACE; }
span { border-color: rgb(241,58,206); }
td.TdClassName
{
border-color: #F13ACE;
}
.TagClassName
{
border-color: #F13ACE;
}
</style>