Shades of Razzle Dazzle Rose #F237EF
Tints of Razzle Dazzle Rose #F237EF
RGB
CMYK
RGB Variations
Color information
#F237EF (or 0xF237EF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 37 and EF. RGB value is (242,55,239). Sum of RGB (Red+Green+Blue) = 242+55+239=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 55 (21.88% from 255 or 10.26% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F237EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F237EF is #0DC810. Grayscale: #838383. Windows color (decimal): -903185 or 15677426. OLE color: 15677426.
HSL color Cylindrical-coordinate representation of color #F237EF: hue angle of 300.96º 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 #F237EF is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 239 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.05 |
| HSL | 300.96º | 0.88% | 0.58% | - |
| HSV(B) | 300.96º | 0.77% | 0.95% | - |
| XYZ | 53.56 | 27.84 | 84.21 | - |
| YUV | 131.89 | 188.45 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 239 | 0 | 0.77 | 0.01 | 0.05 | 300.96 | 0.88 | 0.58 |
| Hex | F2 | 37 | EF | 0 | 4D | 1 | 5 | 12D | 58 | 3A |
| Octal | 362 | 67 | 357 | 0 | 115 | 1 | 5 | 455 | 130 | 72 |
| Binary | 11110010 | 110111 | 11101111 | 0 | 1001101 | 1 | 101 | 100101101 | 1011000 | 111010 |
Color Harmonies of #F237EF
Complementary color
Monochromatic Colors of #F237EF
Black with #F237EF
Text Example
Text Example
White with #F237EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237EF; }
p { color: rgb(242,55,239); }
H1.HeaderClassName
{
color: #F237EF;
}
.AnyTagClassName
{
color: #F237EF;
}
</style>
background-color css
<style>
a { background-color: #F237EF; }
a { background-color: rgb(242,55,239); }
div.DivClassName
{
background-color: #F237EF;
}
.BgClassName
{
background-color: #F237EF;
}
</style>
border-color css
<style>
span { border-color: #F237EF; }
span { border-color: rgb(242,55,239); }
td.TdClassName
{
border-color: #F237EF;
}
.TagClassName
{
border-color: #F237EF;
}
</style>