Shades of Razzle Dazzle Rose #F231DB
Tints of Razzle Dazzle Rose #F231DB
RGB
CMYK
RGB Variations
Color information
#F231DB (or 0xF231DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and DB. RGB value is (242,49,219). Sum of RGB (Red+Green+Blue) = 242+49+219=510 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.45% from 510); Green value is 49 (19.53% from 255 or 9.61% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 242 - color contains mainly: red. Hex color #F231DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231DB is #0DCE24. Grayscale: #7D7D7D. Windows color (decimal): -904741 or 14365170. OLE color: 14365170.
HSL color Cylindrical-coordinate representation of color #F231DB: hue angle of 307.15º 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 #F231DB is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 219 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.05 |
| HSL | 307.15º | 0.88% | 0.57% | - |
| HSV(B) | 307.15º | 0.8% | 0.95% | - |
| XYZ | 50.5 | 26.19 | 69.41 | - |
| YUV | 126.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 219 | 0 | 0.80 | 0.10 | 0.05 | 307.15 | 0.88 | 0.57 |
| Hex | F2 | 31 | DB | 0 | 50 | A | 5 | 133 | 58 | 39 |
| Octal | 362 | 61 | 333 | 0 | 120 | 12 | 5 | 463 | 130 | 71 |
| Binary | 11110010 | 110001 | 11011011 | 0 | 1010000 | 1010 | 101 | 100110011 | 1011000 | 111001 |
Color Harmonies of #F231DB
Complementary color
Monochromatic Colors of #F231DB
Black with #F231DB
Text Example
Text Example
White with #F231DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231DB; }
p { color: rgb(242,49,219); }
H1.HeaderClassName
{
color: #F231DB;
}
.AnyTagClassName
{
color: #F231DB;
}
</style>
background-color css
<style>
a { background-color: #F231DB; }
a { background-color: rgb(242,49,219); }
div.DivClassName
{
background-color: #F231DB;
}
.BgClassName
{
background-color: #F231DB;
}
</style>
border-color css
<style>
span { border-color: #F231DB; }
span { border-color: rgb(242,49,219); }
td.TdClassName
{
border-color: #F231DB;
}
.TagClassName
{
border-color: #F231DB;
}
</style>