Shades of Razzle Dazzle Rose #F940EE
Tints of Razzle Dazzle Rose #F940EE
RGB
CMYK
RGB Variations
Color information
#F940EE (or 0xF940EE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 40 and EE. RGB value is (249,64,238). Sum of RGB (Red+Green+Blue) = 249+64+238=551 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.19% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 249 - color contains mainly: red. Hex color #F940EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F940EE is #06BF11. Grayscale: #8A8A8A. Windows color (decimal): -442130 or 15614201. OLE color: 15614201.
HSL color Cylindrical-coordinate representation of color #F940EE: hue angle of 303.57º 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 #F940EE is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 64 | 238 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.02 |
| HSL | 303.57º | 0.94% | 0.61% | - |
| HSV(B) | 303.57º | 0.74% | 0.98% | - |
| XYZ | 56.33 | 29.98 | 83.71 | - |
| YUV | 139.15 | 183.79 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 64 | 238 | 0 | 0.74 | 0.04 | 0.02 | 303.57 | 0.94 | 0.61 |
| Hex | F9 | 40 | EE | 0 | 4A | 4 | 2 | 130 | 5E | 3D |
| Octal | 371 | 100 | 356 | 0 | 112 | 4 | 2 | 460 | 136 | 75 |
| Binary | 11111001 | 1000000 | 11101110 | 0 | 1001010 | 100 | 10 | 100110000 | 1011110 | 111101 |
Color Harmonies of #F940EE
Complementary color
Monochromatic Colors of #F940EE
Black with #F940EE
Text Example
Text Example
White with #F940EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F940EE; }
p { color: rgb(249,64,238); }
H1.HeaderClassName
{
color: #F940EE;
}
.AnyTagClassName
{
color: #F940EE;
}
</style>
background-color css
<style>
a { background-color: #F940EE; }
a { background-color: rgb(249,64,238); }
div.DivClassName
{
background-color: #F940EE;
}
.BgClassName
{
background-color: #F940EE;
}
</style>
border-color css
<style>
span { border-color: #F940EE; }
span { border-color: rgb(249,64,238); }
td.TdClassName
{
border-color: #F940EE;
}
.TagClassName
{
border-color: #F940EE;
}
</style>