Shades of Razzle Dazzle Rose #F426DB
Tints of Razzle Dazzle Rose #F426DB
RGB
CMYK
RGB Variations
Color information
#F426DB (or 0xF426DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 26 and DB. RGB value is (244,38,219). Sum of RGB (Red+Green+Blue) = 244+38+219=501 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.70% from 501); Green value is 38 (15.23% from 255 or 7.58% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 244 - color contains mainly: red. Hex color #F426DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F426DB is #0BD924. Grayscale: #777777. Windows color (decimal): -776485 or 14362356. OLE color: 14362356.
HSL color Cylindrical-coordinate representation of color #F426DB: hue angle of 307.28º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F426DB is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 219 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.04 |
| HSL | 307.28º | 0.9% | 0.55% | - |
| HSV(B) | 307.28º | 0.84% | 0.96% | - |
| XYZ | 50.79 | 25.73 | 69.31 | - |
| YUV | 120.23 | 183.75 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 219 | 0 | 0.84 | 0.10 | 0.04 | 307.28 | 0.9 | 0.55 |
| Hex | F4 | 26 | DB | 0 | 54 | A | 4 | 133 | 5A | 37 |
| Octal | 364 | 46 | 333 | 0 | 124 | 12 | 4 | 463 | 132 | 67 |
| Binary | 11110100 | 100110 | 11011011 | 0 | 1010100 | 1010 | 100 | 100110011 | 1011010 | 110111 |
Color Harmonies of #F426DB
Complementary color
Monochromatic Colors of #F426DB
Black with #F426DB
Text Example
Text Example
White with #F426DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426DB; }
p { color: rgb(244,38,219); }
H1.HeaderClassName
{
color: #F426DB;
}
.AnyTagClassName
{
color: #F426DB;
}
</style>
background-color css
<style>
a { background-color: #F426DB; }
a { background-color: rgb(244,38,219); }
div.DivClassName
{
background-color: #F426DB;
}
.BgClassName
{
background-color: #F426DB;
}
</style>
border-color css
<style>
span { border-color: #F426DB; }
span { border-color: rgb(244,38,219); }
td.TdClassName
{
border-color: #F426DB;
}
.TagClassName
{
border-color: #F426DB;
}
</style>