Shades of Razzle Dazzle Rose #F426C4
Tints of Razzle Dazzle Rose #F426C4
RGB
CMYK
RGB Variations
Color information
#F426C4 (or 0xF426C4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 26 and C4. RGB value is (244,38,196). Sum of RGB (Red+Green+Blue) = 244+38+196=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 38 (15.23% from 255 or 7.95% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F426C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F426C4 is #0BD93B. Grayscale: #757575. Windows color (decimal): -776508 or 12855028. OLE color: 12855028.
HSL color Cylindrical-coordinate representation of color #F426C4: hue angle of 313.98º 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 #F426C4 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 196 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.04 |
| HSL | 313.98º | 0.9% | 0.55% | - |
| HSV(B) | 313.98º | 0.84% | 0.96% | - |
| XYZ | 47.97 | 24.6 | 54.45 | - |
| YUV | 117.61 | 172.25 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 196 | 0 | 0.84 | 0.20 | 0.04 | 313.98 | 0.9 | 0.55 |
| Hex | F4 | 26 | C4 | 0 | 54 | 14 | 4 | 13A | 5A | 37 |
| Octal | 364 | 46 | 304 | 0 | 124 | 24 | 4 | 472 | 132 | 67 |
| Binary | 11110100 | 100110 | 11000100 | 0 | 1010100 | 10100 | 100 | 100111010 | 1011010 | 110111 |
Color Harmonies of #F426C4
Complementary color
Monochromatic Colors of #F426C4
Black with #F426C4
Text Example
Text Example
White with #F426C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426C4; }
p { color: rgb(244,38,196); }
H1.HeaderClassName
{
color: #F426C4;
}
.AnyTagClassName
{
color: #F426C4;
}
</style>
background-color css
<style>
a { background-color: #F426C4; }
a { background-color: rgb(244,38,196); }
div.DivClassName
{
background-color: #F426C4;
}
.BgClassName
{
background-color: #F426C4;
}
</style>
border-color css
<style>
span { border-color: #F426C4; }
span { border-color: rgb(244,38,196); }
td.TdClassName
{
border-color: #F426C4;
}
.TagClassName
{
border-color: #F426C4;
}
</style>