Shades of Razzle Dazzle Rose #F423DB
Tints of Razzle Dazzle Rose #F423DB
RGB
CMYK
RGB Variations
Color information
#F423DB (or 0xF423DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 23 and DB. RGB value is (244,35,219). Sum of RGB (Red+Green+Blue) = 244+35+219=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 35 (14.06% from 255 or 7.03% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 244 - color contains mainly: red. Hex color #F423DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F423DB is #0BDC24. Grayscale: #757575. Windows color (decimal): -777253 or 14361588. OLE color: 14361588.
HSL color Cylindrical-coordinate representation of color #F423DB: hue angle of 307.18º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F423DB is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 35 | 219 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.04 |
| HSL | 307.18º | 0.9% | 0.55% | - |
| HSV(B) | 307.18º | 0.86% | 0.96% | - |
| XYZ | 50.7 | 25.55 | 69.28 | - |
| YUV | 118.47 | 184.74 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 219 | 0 | 0.86 | 0.10 | 0.04 | 307.18 | 0.9 | 0.55 |
| Hex | F4 | 23 | DB | 0 | 56 | A | 4 | 133 | 5A | 37 |
| Octal | 364 | 43 | 333 | 0 | 126 | 12 | 4 | 463 | 132 | 67 |
| Binary | 11110100 | 100011 | 11011011 | 0 | 1010110 | 1010 | 100 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F423DB
Complementary color
Monochromatic Colors of #F423DB
Black with #F423DB
Text Example
Text Example
White with #F423DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F423DB; }
p { color: rgb(244,35,219); }
H1.HeaderClassName
{
color: #F423DB;
}
.AnyTagClassName
{
color: #F423DB;
}
</style>
background-color css
<style>
a { background-color: #F423DB; }
a { background-color: rgb(244,35,219); }
div.DivClassName
{
background-color: #F423DB;
}
.BgClassName
{
background-color: #F423DB;
}
</style>
border-color css
<style>
span { border-color: #F423DB; }
span { border-color: rgb(244,35,219); }
td.TdClassName
{
border-color: #F423DB;
}
.TagClassName
{
border-color: #F423DB;
}
</style>