Shades of Razzle Dazzle Rose #F426C3
Tints of Razzle Dazzle Rose #F426C3
RGB
CMYK
RGB Variations
Color information
#F426C3 (or 0xF426C3) is known color: Razzle Dazzle Rose. HEX triplet: F4, 26 and C3. RGB value is (244,38,195). Sum of RGB (Red+Green+Blue) = 244+38+195=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F426C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F426C3 is #0BD93C. Grayscale: #757575. Windows color (decimal): -776509 or 12789492. OLE color: 12789492.
HSL color Cylindrical-coordinate representation of color #F426C3: hue angle of 314.27º 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 #F426C3 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 195 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.04 |
| HSL | 314.27º | 0.9% | 0.55% | - |
| HSV(B) | 314.27º | 0.84% | 0.96% | - |
| XYZ | 47.85 | 24.56 | 53.85 | - |
| YUV | 117.49 | 171.75 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 195 | 0 | 0.84 | 0.20 | 0.04 | 314.27 | 0.9 | 0.55 |
| Hex | F4 | 26 | C3 | 0 | 54 | 14 | 4 | 13A | 5A | 37 |
| Octal | 364 | 46 | 303 | 0 | 124 | 24 | 4 | 472 | 132 | 67 |
| Binary | 11110100 | 100110 | 11000011 | 0 | 1010100 | 10100 | 100 | 100111010 | 1011010 | 110111 |
Color Harmonies of #F426C3
Complementary color
Monochromatic Colors of #F426C3
Black with #F426C3
Text Example
Text Example
White with #F426C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426C3; }
p { color: rgb(244,38,195); }
H1.HeaderClassName
{
color: #F426C3;
}
.AnyTagClassName
{
color: #F426C3;
}
</style>
background-color css
<style>
a { background-color: #F426C3; }
a { background-color: rgb(244,38,195); }
div.DivClassName
{
background-color: #F426C3;
}
.BgClassName
{
background-color: #F426C3;
}
</style>
border-color css
<style>
span { border-color: #F426C3; }
span { border-color: rgb(244,38,195); }
td.TdClassName
{
border-color: #F426C3;
}
.TagClassName
{
border-color: #F426C3;
}
</style>