Shades of Razzle Dazzle Rose #F935EE
Tints of Razzle Dazzle Rose #F935EE
RGB
CMYK
RGB Variations
Color information
#F935EE (or 0xF935EE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 35 and EE. RGB value is (249,53,238). Sum of RGB (Red+Green+Blue) = 249+53+238=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 53 (21.09% from 255 or 9.81% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F935EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F935EE is #06CA11. Grayscale: #848484. Windows color (decimal): -444946 or 15611385. OLE color: 15611385.
HSL color Cylindrical-coordinate representation of color #F935EE: hue angle of 303.37º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F935EE is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 53 | 238 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.02 |
| HSL | 303.37º | 0.94% | 0.59% | - |
| HSV(B) | 303.37º | 0.79% | 0.98% | - |
| XYZ | 55.77 | 28.86 | 83.52 | - |
| YUV | 132.69 | 187.43 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 53 | 238 | 0 | 0.79 | 0.04 | 0.02 | 303.37 | 0.94 | 0.59 |
| Hex | F9 | 35 | EE | 0 | 4F | 4 | 2 | 12F | 5E | 3B |
| Octal | 371 | 65 | 356 | 0 | 117 | 4 | 2 | 457 | 136 | 73 |
| Binary | 11111001 | 110101 | 11101110 | 0 | 1001111 | 100 | 10 | 100101111 | 1011110 | 111011 |
Color Harmonies of #F935EE
Complementary color
Monochromatic Colors of #F935EE
Black with #F935EE
Text Example
Text Example
White with #F935EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F935EE; }
p { color: rgb(249,53,238); }
H1.HeaderClassName
{
color: #F935EE;
}
.AnyTagClassName
{
color: #F935EE;
}
</style>
background-color css
<style>
a { background-color: #F935EE; }
a { background-color: rgb(249,53,238); }
div.DivClassName
{
background-color: #F935EE;
}
.BgClassName
{
background-color: #F935EE;
}
</style>
border-color css
<style>
span { border-color: #F935EE; }
span { border-color: rgb(249,53,238); }
td.TdClassName
{
border-color: #F935EE;
}
.TagClassName
{
border-color: #F935EE;
}
</style>