Shades of Razzle Dazzle Rose #F24EC1
Tints of Razzle Dazzle Rose #F24EC1
RGB
CMYK
RGB Variations
Color information
#F24EC1 (or 0xF24EC1) is known color: Razzle Dazzle Rose. HEX triplet: F2, 4E and C1. RGB value is (242,78,193). Sum of RGB (Red+Green+Blue) = 242+78+193=513 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.17% from 513); Green value is 78 (30.86% from 255 or 15.20% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 242 - color contains mainly: red. Hex color #F24EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F24EC1 is #0DB13E. Grayscale: #8B8B8B. Windows color (decimal): -897343 or 12668658. OLE color: 12668658.
HSL color Cylindrical-coordinate representation of color #F24EC1: hue angle of 317.93º degrees, saturation: 0.86, 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 #F24EC1 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 78 | 193 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.05 |
| HSL | 317.93º | 0.86% | 0.63% | - |
| HSV(B) | 317.93º | 0.68% | 0.95% | - |
| XYZ | 48.97 | 28.18 | 53.31 | - |
| YUV | 140.15 | 157.83 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 193 | 0 | 0.68 | 0.20 | 0.05 | 317.93 | 0.86 | 0.63 |
| Hex | F2 | 4E | C1 | 0 | 44 | 14 | 5 | 13E | 56 | 3F |
| Octal | 362 | 116 | 301 | 0 | 104 | 24 | 5 | 476 | 126 | 77 |
| Binary | 11110010 | 1001110 | 11000001 | 0 | 1000100 | 10100 | 101 | 100111110 | 1010110 | 111111 |
Color Harmonies of #F24EC1
Complementary color
Monochromatic Colors of #F24EC1
Black with #F24EC1
Text Example
Text Example
White with #F24EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24EC1; }
p { color: rgb(242,78,193); }
H1.HeaderClassName
{
color: #F24EC1;
}
.AnyTagClassName
{
color: #F24EC1;
}
</style>
background-color css
<style>
a { background-color: #F24EC1; }
a { background-color: rgb(242,78,193); }
div.DivClassName
{
background-color: #F24EC1;
}
.BgClassName
{
background-color: #F24EC1;
}
</style>
border-color css
<style>
span { border-color: #F24EC1; }
span { border-color: rgb(242,78,193); }
td.TdClassName
{
border-color: #F24EC1;
}
.TagClassName
{
border-color: #F24EC1;
}
</style>