Shades of Razzle Dazzle Rose #F437E1
Tints of Razzle Dazzle Rose #F437E1
RGB
CMYK
RGB Variations
Color information
#F437E1 (or 0xF437E1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 37 and E1. RGB value is (244,55,225). Sum of RGB (Red+Green+Blue) = 244+55+225=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 55 (21.88% from 255 or 10.50% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F437E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F437E1 is #0BC81E. Grayscale: #828282. Windows color (decimal): -772127 or 14759924. OLE color: 14759924.
HSL color Cylindrical-coordinate representation of color #F437E1: hue angle of 306.03º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F437E1 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 225 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.04 |
| HSL | 306.03º | 0.9% | 0.59% | - |
| HSV(B) | 306.03º | 0.77% | 0.96% | - |
| XYZ | 52.27 | 27.4 | 73.77 | - |
| YUV | 130.89 | 181.12 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 225 | 0 | 0.77 | 0.08 | 0.04 | 306.03 | 0.9 | 0.59 |
| Hex | F4 | 37 | E1 | 0 | 4D | 8 | 4 | 132 | 5A | 3B |
| Octal | 364 | 67 | 341 | 0 | 115 | 10 | 4 | 462 | 132 | 73 |
| Binary | 11110100 | 110111 | 11100001 | 0 | 1001101 | 1000 | 100 | 100110010 | 1011010 | 111011 |
Color Harmonies of #F437E1
Complementary color
Monochromatic Colors of #F437E1
Black with #F437E1
Text Example
Text Example
White with #F437E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F437E1; }
p { color: rgb(244,55,225); }
H1.HeaderClassName
{
color: #F437E1;
}
.AnyTagClassName
{
color: #F437E1;
}
</style>
background-color css
<style>
a { background-color: #F437E1; }
a { background-color: rgb(244,55,225); }
div.DivClassName
{
background-color: #F437E1;
}
.BgClassName
{
background-color: #F437E1;
}
</style>
border-color css
<style>
span { border-color: #F437E1; }
span { border-color: rgb(244,55,225); }
td.TdClassName
{
border-color: #F437E1;
}
.TagClassName
{
border-color: #F437E1;
}
</style>