Shades of Razzle Dazzle Rose #F237D6
Tints of Razzle Dazzle Rose #F237D6
RGB
CMYK
RGB Variations
Color information
#F237D6 (or 0xF237D6) is known color: Razzle Dazzle Rose. HEX triplet: F2, 37 and D6. RGB value is (242,55,214). Sum of RGB (Red+Green+Blue) = 242+55+214=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 55 (21.88% from 255 or 10.76% from 511); Blue value is 214 (83.98% from 255 or 41.88% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F237D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F237D6 is #0DC829. Grayscale: #808080. Windows color (decimal): -903210 or 14039026. OLE color: 14039026.
HSL color Cylindrical-coordinate representation of color #F237D6: hue angle of 308.98º 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 #F237D6 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 214 | - |
| CMYK | 0 | 0.77 | 0.12 | 0.05 |
| HSL | 308.98º | 0.88% | 0.58% | - |
| HSV(B) | 308.98º | 0.77% | 0.95% | - |
| XYZ | 50.12 | 26.46 | 66.08 | - |
| YUV | 129.04 | 175.95 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 214 | 0 | 0.77 | 0.12 | 0.05 | 308.98 | 0.88 | 0.58 |
| Hex | F2 | 37 | D6 | 0 | 4D | C | 5 | 135 | 58 | 3A |
| Octal | 362 | 67 | 326 | 0 | 115 | 14 | 5 | 465 | 130 | 72 |
| Binary | 11110010 | 110111 | 11010110 | 0 | 1001101 | 1100 | 101 | 100110101 | 1011000 | 111010 |
Color Harmonies of #F237D6
Complementary color
Monochromatic Colors of #F237D6
Black with #F237D6
Text Example
Text Example
White with #F237D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237D6; }
p { color: rgb(242,55,214); }
H1.HeaderClassName
{
color: #F237D6;
}
.AnyTagClassName
{
color: #F237D6;
}
</style>
background-color css
<style>
a { background-color: #F237D6; }
a { background-color: rgb(242,55,214); }
div.DivClassName
{
background-color: #F237D6;
}
.BgClassName
{
background-color: #F237D6;
}
</style>
border-color css
<style>
span { border-color: #F237D6; }
span { border-color: rgb(242,55,214); }
td.TdClassName
{
border-color: #F237D6;
}
.TagClassName
{
border-color: #F237D6;
}
</style>