Shades of Razzle Dazzle Rose #F237DF
Tints of Razzle Dazzle Rose #F237DF
RGB
CMYK
RGB Variations
Color information
#F237DF (or 0xF237DF) is known color: Razzle Dazzle Rose. HEX triplet: F2, 37 and DF. RGB value is (242,55,223). Sum of RGB (Red+Green+Blue) = 242+55+223=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 55 (21.88% from 255 or 10.58% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F237DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F237DF is #0DC820. Grayscale: #818181. Windows color (decimal): -903201 or 14628850. OLE color: 14628850.
HSL color Cylindrical-coordinate representation of color #F237DF: hue angle of 306.1º 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 #F237DF is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 223 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.05 |
| HSL | 306.1º | 0.88% | 0.58% | - |
| HSV(B) | 306.1º | 0.77% | 0.95% | - |
| XYZ | 51.3 | 26.94 | 72.31 | - |
| YUV | 130.07 | 180.45 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 223 | 0 | 0.77 | 0.08 | 0.05 | 306.1 | 0.88 | 0.58 |
| Hex | F2 | 37 | DF | 0 | 4D | 8 | 5 | 132 | 58 | 3A |
| Octal | 362 | 67 | 337 | 0 | 115 | 10 | 5 | 462 | 130 | 72 |
| Binary | 11110010 | 110111 | 11011111 | 0 | 1001101 | 1000 | 101 | 100110010 | 1011000 | 111010 |
Color Harmonies of #F237DF
Complementary color
Monochromatic Colors of #F237DF
Black with #F237DF
Text Example
Text Example
White with #F237DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237DF; }
p { color: rgb(242,55,223); }
H1.HeaderClassName
{
color: #F237DF;
}
.AnyTagClassName
{
color: #F237DF;
}
</style>
background-color css
<style>
a { background-color: #F237DF; }
a { background-color: rgb(242,55,223); }
div.DivClassName
{
background-color: #F237DF;
}
.BgClassName
{
background-color: #F237DF;
}
</style>
border-color css
<style>
span { border-color: #F237DF; }
span { border-color: rgb(242,55,223); }
td.TdClassName
{
border-color: #F237DF;
}
.TagClassName
{
border-color: #F237DF;
}
</style>