Shades of Razzle Dazzle Rose #F934EE
Tints of Razzle Dazzle Rose #F934EE
RGB
CMYK
RGB Variations
Color information
#F934EE (or 0xF934EE) is known color: Razzle Dazzle Rose. HEX triplet: F9, 34 and EE. RGB value is (249,52,238). Sum of RGB (Red+Green+Blue) = 249+52+238=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 52 (20.70% from 255 or 9.65% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F934EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F934EE is #06CB11. Grayscale: #838383. Windows color (decimal): -445202 or 15611129. OLE color: 15611129.
HSL color Cylindrical-coordinate representation of color #F934EE: hue angle of 303.35º 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 #F934EE is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 238 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.02 |
| HSL | 303.35º | 0.94% | 0.59% | - |
| HSV(B) | 303.35º | 0.79% | 0.98% | - |
| XYZ | 55.73 | 28.77 | 83.5 | - |
| YUV | 132.11 | 187.77 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 238 | 0 | 0.79 | 0.04 | 0.02 | 303.35 | 0.94 | 0.59 |
| Hex | F9 | 34 | EE | 0 | 4F | 4 | 2 | 12F | 5E | 3B |
| Octal | 371 | 64 | 356 | 0 | 117 | 4 | 2 | 457 | 136 | 73 |
| Binary | 11111001 | 110100 | 11101110 | 0 | 1001111 | 100 | 10 | 100101111 | 1011110 | 111011 |
Color Harmonies of #F934EE
Complementary color
Monochromatic Colors of #F934EE
Black with #F934EE
Text Example
Text Example
White with #F934EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F934EE; }
p { color: rgb(249,52,238); }
H1.HeaderClassName
{
color: #F934EE;
}
.AnyTagClassName
{
color: #F934EE;
}
</style>
background-color css
<style>
a { background-color: #F934EE; }
a { background-color: rgb(249,52,238); }
div.DivClassName
{
background-color: #F934EE;
}
.BgClassName
{
background-color: #F934EE;
}
</style>
border-color css
<style>
span { border-color: #F934EE; }
span { border-color: rgb(249,52,238); }
td.TdClassName
{
border-color: #F934EE;
}
.TagClassName
{
border-color: #F934EE;
}
</style>