Shades of Razzle Dazzle Rose #F13ECC
Tints of Razzle Dazzle Rose #F13ECC
RGB
CMYK
RGB Variations
Color information
#F13ECC (or 0xF13ECC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 3E and CC. RGB value is (241,62,204). Sum of RGB (Red+Green+Blue) = 241+62+204=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F13ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F13ECC is #0EC133. Grayscale: #838383. Windows color (decimal): -966964 or 13385457. OLE color: 13385457.
HSL color Cylindrical-coordinate representation of color #F13ECC: hue angle of 312.4º 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 #F13ECC is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 62 | 204 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.05 |
| HSL | 312.4º | 0.86% | 0.59% | - |
| HSV(B) | 312.4º | 0.74% | 0.95% | - |
| XYZ | 48.9 | 26.51 | 59.67 | - |
| YUV | 131.71 | 168.8 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 62 | 204 | 0 | 0.74 | 0.15 | 0.05 | 312.4 | 0.86 | 0.59 |
| Hex | F1 | 3E | CC | 0 | 4A | F | 5 | 138 | 56 | 3B |
| Octal | 361 | 76 | 314 | 0 | 112 | 17 | 5 | 470 | 126 | 73 |
| Binary | 11110001 | 111110 | 11001100 | 0 | 1001010 | 1111 | 101 | 100111000 | 1010110 | 111011 |
Color Harmonies of #F13ECC
Complementary color
Monochromatic Colors of #F13ECC
Black with #F13ECC
Text Example
Text Example
White with #F13ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13ECC; }
p { color: rgb(241,62,204); }
H1.HeaderClassName
{
color: #F13ECC;
}
.AnyTagClassName
{
color: #F13ECC;
}
</style>
background-color css
<style>
a { background-color: #F13ECC; }
a { background-color: rgb(241,62,204); }
div.DivClassName
{
background-color: #F13ECC;
}
.BgClassName
{
background-color: #F13ECC;
}
</style>
border-color css
<style>
span { border-color: #F13ECC; }
span { border-color: rgb(241,62,204); }
td.TdClassName
{
border-color: #F13ECC;
}
.TagClassName
{
border-color: #F13ECC;
}
</style>