Shades of Razzle Dazzle Rose #F237DB
Tints of Razzle Dazzle Rose #F237DB
RGB
CMYK
RGB Variations
Color information
#F237DB (or 0xF237DB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 37 and DB. RGB value is (242,55,219). Sum of RGB (Red+Green+Blue) = 242+55+219=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 55 (21.88% from 255 or 10.66% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 242 - color contains mainly: red. Hex color #F237DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F237DB is #0DC824. Grayscale: #818181. Windows color (decimal): -903205 or 14366706. OLE color: 14366706.
HSL color Cylindrical-coordinate representation of color #F237DB: hue angle of 307.38º 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 #F237DB is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 55 | 219 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.05 |
| HSL | 307.38º | 0.88% | 0.58% | - |
| HSV(B) | 307.38º | 0.77% | 0.95% | - |
| XYZ | 50.77 | 26.72 | 69.5 | - |
| YUV | 129.61 | 178.45 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 55 | 219 | 0 | 0.77 | 0.10 | 0.05 | 307.38 | 0.88 | 0.58 |
| Hex | F2 | 37 | DB | 0 | 4D | A | 5 | 133 | 58 | 3A |
| Octal | 362 | 67 | 333 | 0 | 115 | 12 | 5 | 463 | 130 | 72 |
| Binary | 11110010 | 110111 | 11011011 | 0 | 1001101 | 1010 | 101 | 100110011 | 1011000 | 111010 |
Color Harmonies of #F237DB
Complementary color
Monochromatic Colors of #F237DB
Black with #F237DB
Text Example
Text Example
White with #F237DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F237DB; }
p { color: rgb(242,55,219); }
H1.HeaderClassName
{
color: #F237DB;
}
.AnyTagClassName
{
color: #F237DB;
}
</style>
background-color css
<style>
a { background-color: #F237DB; }
a { background-color: rgb(242,55,219); }
div.DivClassName
{
background-color: #F237DB;
}
.BgClassName
{
background-color: #F237DB;
}
</style>
border-color css
<style>
span { border-color: #F237DB; }
span { border-color: rgb(242,55,219); }
td.TdClassName
{
border-color: #F237DB;
}
.TagClassName
{
border-color: #F237DB;
}
</style>