Shades of Razzle Dazzle Rose #F426C2
Tints of Razzle Dazzle Rose #F426C2
RGB
CMYK
RGB Variations
Color information
#F426C2 (or 0xF426C2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 26 and C2. RGB value is (244,38,194). Sum of RGB (Red+Green+Blue) = 244+38+194=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 194 (76.17% from 255 or 40.76% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F426C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F426C2 is #0BD93D. Grayscale: #747474. Windows color (decimal): -776510 or 12723956. OLE color: 12723956.
HSL color Cylindrical-coordinate representation of color #F426C2: hue angle of 314.56º 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 #F426C2 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 194 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.04 |
| HSL | 314.56º | 0.9% | 0.55% | - |
| HSV(B) | 314.56º | 0.84% | 0.96% | - |
| XYZ | 47.74 | 24.51 | 53.25 | - |
| YUV | 117.38 | 171.25 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 194 | 0 | 0.84 | 0.20 | 0.04 | 314.56 | 0.9 | 0.55 |
| Hex | F4 | 26 | C2 | 0 | 54 | 14 | 4 | 13B | 5A | 37 |
| Octal | 364 | 46 | 302 | 0 | 124 | 24 | 4 | 473 | 132 | 67 |
| Binary | 11110100 | 100110 | 11000010 | 0 | 1010100 | 10100 | 100 | 100111011 | 1011010 | 110111 |
Color Harmonies of #F426C2
Complementary color
Monochromatic Colors of #F426C2
Black with #F426C2
Text Example
Text Example
White with #F426C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426C2; }
p { color: rgb(244,38,194); }
H1.HeaderClassName
{
color: #F426C2;
}
.AnyTagClassName
{
color: #F426C2;
}
</style>
background-color css
<style>
a { background-color: #F426C2; }
a { background-color: rgb(244,38,194); }
div.DivClassName
{
background-color: #F426C2;
}
.BgClassName
{
background-color: #F426C2;
}
</style>
border-color css
<style>
span { border-color: #F426C2; }
span { border-color: rgb(244,38,194); }
td.TdClassName
{
border-color: #F426C2;
}
.TagClassName
{
border-color: #F426C2;
}
</style>