Shades of Razzle Dazzle Rose #F14EC5
Tints of Razzle Dazzle Rose #F14EC5
RGB
CMYK
RGB Variations
Color information
#F14EC5 (or 0xF14EC5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4E and C5. RGB value is (241,78,197). Sum of RGB (Red+Green+Blue) = 241+78+197=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EC5 is #0EB13A. Grayscale: #8B8B8B. Windows color (decimal): -962875 or 12930801. OLE color: 12930801.
HSL color Cylindrical-coordinate representation of color #F14EC5: hue angle of 316.2º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14EC5 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 197 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.05 |
| HSL | 316.2º | 0.85% | 0.63% | - |
| HSV(B) | 316.2º | 0.68% | 0.95% | - |
| XYZ | 49.08 | 28.18 | 55.68 | - |
| YUV | 140.3 | 160 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 197 | 0 | 0.68 | 0.18 | 0.05 | 316.2 | 0.85 | 0.63 |
| Hex | F1 | 4E | C5 | 0 | 44 | 12 | 5 | 13C | 55 | 3F |
| Octal | 361 | 116 | 305 | 0 | 104 | 22 | 5 | 474 | 125 | 77 |
| Binary | 11110001 | 1001110 | 11000101 | 0 | 1000100 | 10010 | 101 | 100111100 | 1010101 | 111111 |
Color Harmonies of #F14EC5
Complementary color
Monochromatic Colors of #F14EC5
Black with #F14EC5
Text Example
Text Example
White with #F14EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14EC5; }
p { color: rgb(241,78,197); }
H1.HeaderClassName
{
color: #F14EC5;
}
.AnyTagClassName
{
color: #F14EC5;
}
</style>
background-color css
<style>
a { background-color: #F14EC5; }
a { background-color: rgb(241,78,197); }
div.DivClassName
{
background-color: #F14EC5;
}
.BgClassName
{
background-color: #F14EC5;
}
</style>
border-color css
<style>
span { border-color: #F14EC5; }
span { border-color: rgb(241,78,197); }
td.TdClassName
{
border-color: #F14EC5;
}
.TagClassName
{
border-color: #F14EC5;
}
</style>