Shades of Razzle Dazzle Rose #F431CE
Tints of Razzle Dazzle Rose #F431CE
RGB
CMYK
RGB Variations
Color information
#F431CE (or 0xF431CE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and CE. RGB value is (244,49,206). Sum of RGB (Red+Green+Blue) = 244+49+206=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F431CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431CE is #0BCE31. Grayscale: #7C7C7C. Windows color (decimal): -773682 or 13513204. OLE color: 13513204.
HSL color Cylindrical-coordinate representation of color #F431CE: hue angle of 311.69º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F431CE is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 206 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.04 |
| HSL | 311.69º | 0.9% | 0.57% | - |
| HSV(B) | 311.69º | 0.8% | 0.96% | - |
| XYZ | 49.55 | 25.89 | 60.78 | - |
| YUV | 125.2 | 173.6 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 206 | 0 | 0.80 | 0.16 | 0.04 | 311.69 | 0.9 | 0.57 |
| Hex | F4 | 31 | CE | 0 | 50 | 10 | 4 | 138 | 5A | 39 |
| Octal | 364 | 61 | 316 | 0 | 120 | 20 | 4 | 470 | 132 | 71 |
| Binary | 11110100 | 110001 | 11001110 | 0 | 1010000 | 10000 | 100 | 100111000 | 1011010 | 111001 |
Color Harmonies of #F431CE
Complementary color
Monochromatic Colors of #F431CE
Black with #F431CE
Text Example
Text Example
White with #F431CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431CE; }
p { color: rgb(244,49,206); }
H1.HeaderClassName
{
color: #F431CE;
}
.AnyTagClassName
{
color: #F431CE;
}
</style>
background-color css
<style>
a { background-color: #F431CE; }
a { background-color: rgb(244,49,206); }
div.DivClassName
{
background-color: #F431CE;
}
.BgClassName
{
background-color: #F431CE;
}
</style>
border-color css
<style>
span { border-color: #F431CE; }
span { border-color: rgb(244,49,206); }
td.TdClassName
{
border-color: #F431CE;
}
.TagClassName
{
border-color: #F431CE;
}
</style>