Shades of Razzle Dazzle Rose #F239DB
Tints of Razzle Dazzle Rose #F239DB
RGB
CMYK
RGB Variations
Color information
#F239DB (or 0xF239DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 39 and DB. RGB value is (242,57,219). Sum of RGB (Red+Green+Blue) = 242+57+219=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 57 (22.66% from 255 or 11.00% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F239DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F239DB is #0DC624. Grayscale: #828282. Windows color (decimal): -902693 or 14367218. OLE color: 14367218.
HSL color Cylindrical-coordinate representation of color #F239DB: hue angle of 307.46º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F239DB is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 57 | 219 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.05 |
| HSL | 307.46º | 0.88% | 0.59% | - |
| HSV(B) | 307.46º | 0.76% | 0.95% | - |
| XYZ | 50.87 | 26.92 | 69.53 | - |
| YUV | 130.78 | 177.79 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 57 | 219 | 0 | 0.76 | 0.10 | 0.05 | 307.46 | 0.88 | 0.59 |
| Hex | F2 | 39 | DB | 0 | 4C | A | 5 | 133 | 58 | 3B |
| Octal | 362 | 71 | 333 | 0 | 114 | 12 | 5 | 463 | 130 | 73 |
| Binary | 11110010 | 111001 | 11011011 | 0 | 1001100 | 1010 | 101 | 100110011 | 1011000 | 111011 |
Color Harmonies of #F239DB
Complementary color
Monochromatic Colors of #F239DB
Black with #F239DB
Text Example
Text Example
White with #F239DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F239DB; }
p { color: rgb(242,57,219); }
H1.HeaderClassName
{
color: #F239DB;
}
.AnyTagClassName
{
color: #F239DB;
}
</style>
background-color css
<style>
a { background-color: #F239DB; }
a { background-color: rgb(242,57,219); }
div.DivClassName
{
background-color: #F239DB;
}
.BgClassName
{
background-color: #F239DB;
}
</style>
border-color css
<style>
span { border-color: #F239DB; }
span { border-color: rgb(242,57,219); }
td.TdClassName
{
border-color: #F239DB;
}
.TagClassName
{
border-color: #F239DB;
}
</style>