Shades of Razzle Dazzle Rose #F940E4
Tints of Razzle Dazzle Rose #F940E4
RGB
CMYK
RGB Variations
Color information
#F940E4 (or 0xF940E4) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and E4. RGB value is (249,64,228). Sum of RGB (Red+Green+Blue) = 249+64+228=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 64 (25.39% from 255 or 11.83% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F940E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F940E4 is #06BF1B. Grayscale: #898989. Windows color (decimal): -442140 or 14958841. OLE color: 14958841.
HSL color Cylindrical-coordinate representation of color #F940E4: hue angle of 306.81º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F940E4 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 228 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.02 |
| HSL | 306.81º | 0.94% | 0.61% | - |
| HSV(B) | 306.81º | 0.74% | 0.98% | - |
| XYZ | 54.9 | 29.41 | 76.18 | - |
| YUV | 138.01 | 178.79 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 228 | 0 | 0.74 | 0.08 | 0.02 | 306.81 | 0.94 | 0.61 |
| Hex | F9 | 40 | E4 | 0 | 4A | 8 | 2 | 133 | 5E | 3D |
| Octal | 371 | 100 | 344 | 0 | 112 | 10 | 2 | 463 | 136 | 75 |
| Binary | 11111001 | 1000000 | 11100100 | 0 | 1001010 | 1000 | 10 | 100110011 | 1011110 | 111101 |
Color Harmonies of #F940E4
Complementary color
Monochromatic Colors of #F940E4
Black with #F940E4
Text Example
Text Example
White with #F940E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940E4; }
p { color: rgb(249,64,228); }
H1.HeaderClassName
{
color: #F940E4;
}
.AnyTagClassName
{
color: #F940E4;
}
</style>
background-color css
<style>
a { background-color: #F940E4; }
a { background-color: rgb(249,64,228); }
div.DivClassName
{
background-color: #F940E4;
}
.BgClassName
{
background-color: #F940E4;
}
</style>
border-color css
<style>
span { border-color: #F940E4; }
span { border-color: rgb(249,64,228); }
td.TdClassName
{
border-color: #F940E4;
}
.TagClassName
{
border-color: #F940E4;
}
</style>