Shades of Razzle Dazzle Rose #F14EC2
Tints of Razzle Dazzle Rose #F14EC2
RGB
CMYK
RGB Variations
Color information
#F14EC2 (or 0xF14EC2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4E and C2. RGB value is (241,78,194). Sum of RGB (Red+Green+Blue) = 241+78+194=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F14EC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14EC2 is #0EB13D. Grayscale: #8B8B8B. Windows color (decimal): -962878 or 12734193. OLE color: 12734193.
HSL color Cylindrical-coordinate representation of color #F14EC2: hue angle of 317.3º 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 #F14EC2 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 78 | 194 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.05 |
| HSL | 317.3º | 0.85% | 0.63% | - |
| HSV(B) | 317.3º | 0.68% | 0.95% | - |
| XYZ | 48.74 | 28.04 | 53.88 | - |
| YUV | 139.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 78 | 194 | 0 | 0.68 | 0.20 | 0.05 | 317.3 | 0.85 | 0.63 |
| Hex | F1 | 4E | C2 | 0 | 44 | 14 | 5 | 13D | 55 | 3F |
| Octal | 361 | 116 | 302 | 0 | 104 | 24 | 5 | 475 | 125 | 77 |
| Binary | 11110001 | 1001110 | 11000010 | 0 | 1000100 | 10100 | 101 | 100111101 | 1010101 | 111111 |
Color Harmonies of #F14EC2
Complementary color
Monochromatic Colors of #F14EC2
Black with #F14EC2
Text Example
Text Example
White with #F14EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14EC2; }
p { color: rgb(241,78,194); }
H1.HeaderClassName
{
color: #F14EC2;
}
.AnyTagClassName
{
color: #F14EC2;
}
</style>
background-color css
<style>
a { background-color: #F14EC2; }
a { background-color: rgb(241,78,194); }
div.DivClassName
{
background-color: #F14EC2;
}
.BgClassName
{
background-color: #F14EC2;
}
</style>
border-color css
<style>
span { border-color: #F14EC2; }
span { border-color: rgb(241,78,194); }
td.TdClassName
{
border-color: #F14EC2;
}
.TagClassName
{
border-color: #F14EC2;
}
</style>