Shades of Razzle Dazzle Rose #F232DB
Tints of Razzle Dazzle Rose #F232DB
RGB
CMYK
RGB Variations
Color information
#F232DB (or 0xF232DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 32 and DB. RGB value is (242,50,219). Sum of RGB (Red+Green+Blue) = 242+50+219=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 50 (19.92% from 255 or 9.78% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F232DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F232DB is #0DCD24. Grayscale: #7E7E7E. Windows color (decimal): -904485 or 14365426. OLE color: 14365426.
HSL color Cylindrical-coordinate representation of color #F232DB: hue angle of 307.19º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F232DB is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 50 | 219 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.05 |
| HSL | 307.19º | 0.88% | 0.57% | - |
| HSV(B) | 307.19º | 0.79% | 0.95% | - |
| XYZ | 50.54 | 26.27 | 69.43 | - |
| YUV | 126.67 | 180.11 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 50 | 219 | 0 | 0.79 | 0.10 | 0.05 | 307.19 | 0.88 | 0.57 |
| Hex | F2 | 32 | DB | 0 | 4F | A | 5 | 133 | 58 | 39 |
| Octal | 362 | 62 | 333 | 0 | 117 | 12 | 5 | 463 | 130 | 71 |
| Binary | 11110010 | 110010 | 11011011 | 0 | 1001111 | 1010 | 101 | 100110011 | 1011000 | 111001 |
Color Harmonies of #F232DB
Complementary color
Monochromatic Colors of #F232DB
Black with #F232DB
Text Example
Text Example
White with #F232DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F232DB; }
p { color: rgb(242,50,219); }
H1.HeaderClassName
{
color: #F232DB;
}
.AnyTagClassName
{
color: #F232DB;
}
</style>
background-color css
<style>
a { background-color: #F232DB; }
a { background-color: rgb(242,50,219); }
div.DivClassName
{
background-color: #F232DB;
}
.BgClassName
{
background-color: #F232DB;
}
</style>
border-color css
<style>
span { border-color: #F232DB; }
span { border-color: rgb(242,50,219); }
td.TdClassName
{
border-color: #F232DB;
}
.TagClassName
{
border-color: #F232DB;
}
</style>