Shades of Razzle Dazzle Rose #F231DD
Tints of Razzle Dazzle Rose #F231DD
RGB
CMYK
RGB Variations
Color information
#F231DD (or 0xF231DD) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and DD. RGB value is (242,49,221). Sum of RGB (Red+Green+Blue) = 242+49+221=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F231DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231DD is #0DCE22. Grayscale: #7D7D7D. Windows color (decimal): -904739 or 14496242. OLE color: 14496242.
HSL color Cylindrical-coordinate representation of color #F231DD: hue angle of 306.53º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231DD is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 221 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.05 |
| HSL | 306.53º | 0.88% | 0.57% | - |
| HSV(B) | 306.53º | 0.8% | 0.95% | - |
| XYZ | 50.77 | 26.29 | 70.81 | - |
| YUV | 126.32 | 181.44 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 221 | 0 | 0.80 | 0.09 | 0.05 | 306.53 | 0.88 | 0.57 |
| Hex | F2 | 31 | DD | 0 | 50 | 9 | 5 | 133 | 58 | 39 |
| Octal | 362 | 61 | 335 | 0 | 120 | 11 | 5 | 463 | 130 | 71 |
| Binary | 11110010 | 110001 | 11011101 | 0 | 1010000 | 1001 | 101 | 100110011 | 1011000 | 111001 |
Color Harmonies of #F231DD
Complementary color
Monochromatic Colors of #F231DD
Black with #F231DD
Text Example
Text Example
White with #F231DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231DD; }
p { color: rgb(242,49,221); }
H1.HeaderClassName
{
color: #F231DD;
}
.AnyTagClassName
{
color: #F231DD;
}
</style>
background-color css
<style>
a { background-color: #F231DD; }
a { background-color: rgb(242,49,221); }
div.DivClassName
{
background-color: #F231DD;
}
.BgClassName
{
background-color: #F231DD;
}
</style>
border-color css
<style>
span { border-color: #F231DD; }
span { border-color: rgb(242,49,221); }
td.TdClassName
{
border-color: #F231DD;
}
.TagClassName
{
border-color: #F231DD;
}
</style>