Shades of Razzle Dazzle Rose #F237EE
Tints of Razzle Dazzle Rose #F237EE
RGB
CMYK
RGB Variations
Color information
#F237EE (or 0xF237EE) is known color: Razzle Dazzle Rose. HEX triplet: F2, 37 and EE. RGB value is (242,55,238). Sum of RGB (Red+Green+Blue) = 242+55+238=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 55 (21.88% from 255 or 10.28% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F237EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F237EE is #0DC811. Grayscale: #838383. Windows color (decimal): -903186 or 15611890. OLE color: 15611890.
HSL color Cylindrical-coordinate representation of color #F237EE: hue angle of 301.28º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F237EE is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 238 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.05 |
| HSL | 301.28º | 0.88% | 0.58% | - |
| HSV(B) | 301.28º | 0.77% | 0.95% | - |
| XYZ | 53.42 | 27.78 | 83.44 | - |
| YUV | 131.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 238 | 0 | 0.77 | 0.02 | 0.05 | 301.28 | 0.88 | 0.58 |
| Hex | F2 | 37 | EE | 0 | 4D | 2 | 5 | 12D | 58 | 3A |
| Octal | 362 | 67 | 356 | 0 | 115 | 2 | 5 | 455 | 130 | 72 |
| Binary | 11110010 | 110111 | 11101110 | 0 | 1001101 | 10 | 101 | 100101101 | 1011000 | 111010 |
Color Harmonies of #F237EE
Complementary color
Monochromatic Colors of #F237EE
Black with #F237EE
Text Example
Text Example
White with #F237EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237EE; }
p { color: rgb(242,55,238); }
H1.HeaderClassName
{
color: #F237EE;
}
.AnyTagClassName
{
color: #F237EE;
}
</style>
background-color css
<style>
a { background-color: #F237EE; }
a { background-color: rgb(242,55,238); }
div.DivClassName
{
background-color: #F237EE;
}
.BgClassName
{
background-color: #F237EE;
}
</style>
border-color css
<style>
span { border-color: #F237EE; }
span { border-color: rgb(242,55,238); }
td.TdClassName
{
border-color: #F237EE;
}
.TagClassName
{
border-color: #F237EE;
}
</style>