Shades of Razzle Dazzle Rose #F13EC1
Tints of Razzle Dazzle Rose #F13EC1
RGB
CMYK
RGB Variations
Color information
#F13EC1 (or 0xF13EC1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3E and C1. RGB value is (241,62,193). Sum of RGB (Red+Green+Blue) = 241+62+193=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 62 (24.61% from 255 or 12.5% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F13EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13EC1 is #0EC13E. Grayscale: #828282. Windows color (decimal): -966975 or 12664561. OLE color: 12664561.
HSL color Cylindrical-coordinate representation of color #F13EC1: hue angle of 316.09º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13EC1 is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 62 | 193 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.05 |
| HSL | 316.09º | 0.86% | 0.59% | - |
| HSV(B) | 316.09º | 0.74% | 0.95% | - |
| XYZ | 47.62 | 26 | 52.96 | - |
| YUV | 130.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 62 | 193 | 0 | 0.74 | 0.20 | 0.05 | 316.09 | 0.86 | 0.59 |
| Hex | F1 | 3E | C1 | 0 | 4A | 14 | 5 | 13C | 56 | 3B |
| Octal | 361 | 76 | 301 | 0 | 112 | 24 | 5 | 474 | 126 | 73 |
| Binary | 11110001 | 111110 | 11000001 | 0 | 1001010 | 10100 | 101 | 100111100 | 1010110 | 111011 |
Color Harmonies of #F13EC1
Complementary color
Monochromatic Colors of #F13EC1
Black with #F13EC1
Text Example
Text Example
White with #F13EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13EC1; }
p { color: rgb(241,62,193); }
H1.HeaderClassName
{
color: #F13EC1;
}
.AnyTagClassName
{
color: #F13EC1;
}
</style>
background-color css
<style>
a { background-color: #F13EC1; }
a { background-color: rgb(241,62,193); }
div.DivClassName
{
background-color: #F13EC1;
}
.BgClassName
{
background-color: #F13EC1;
}
</style>
border-color css
<style>
span { border-color: #F13EC1; }
span { border-color: rgb(241,62,193); }
td.TdClassName
{
border-color: #F13EC1;
}
.TagClassName
{
border-color: #F13EC1;
}
</style>