Shades of Razzle Dazzle Rose #F426CF
Tints of Razzle Dazzle Rose #F426CF
RGB
CMYK
RGB Variations
Color information
#F426CF (or 0xF426CF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 26 and CF. RGB value is (244,38,207). Sum of RGB (Red+Green+Blue) = 244+38+207=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F426CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F426CF is #0BD930. Grayscale: #767676. Windows color (decimal): -776497 or 13575924. OLE color: 13575924.
HSL color Cylindrical-coordinate representation of color #F426CF: hue angle of 310.78º 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 #F426CF is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 207 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.04 |
| HSL | 310.78º | 0.9% | 0.55% | - |
| HSV(B) | 310.78º | 0.84% | 0.96% | - |
| XYZ | 49.26 | 25.12 | 61.28 | - |
| YUV | 118.86 | 177.75 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 207 | 0 | 0.84 | 0.15 | 0.04 | 310.78 | 0.9 | 0.55 |
| Hex | F4 | 26 | CF | 0 | 54 | F | 4 | 137 | 5A | 37 |
| Octal | 364 | 46 | 317 | 0 | 124 | 17 | 4 | 467 | 132 | 67 |
| Binary | 11110100 | 100110 | 11001111 | 0 | 1010100 | 1111 | 100 | 100110111 | 1011010 | 110111 |
Color Harmonies of #F426CF
Complementary color
Monochromatic Colors of #F426CF
Black with #F426CF
Text Example
Text Example
White with #F426CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426CF; }
p { color: rgb(244,38,207); }
H1.HeaderClassName
{
color: #F426CF;
}
.AnyTagClassName
{
color: #F426CF;
}
</style>
background-color css
<style>
a { background-color: #F426CF; }
a { background-color: rgb(244,38,207); }
div.DivClassName
{
background-color: #F426CF;
}
.BgClassName
{
background-color: #F426CF;
}
</style>
border-color css
<style>
span { border-color: #F426CF; }
span { border-color: rgb(244,38,207); }
td.TdClassName
{
border-color: #F426CF;
}
.TagClassName
{
border-color: #F426CF;
}
</style>