Shades of Razzle Dazzle Rose #F437D1
Tints of Razzle Dazzle Rose #F437D1
RGB
CMYK
RGB Variations
Color information
#F437D1 (or 0xF437D1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 37 and D1. RGB value is (244,55,209). Sum of RGB (Red+Green+Blue) = 244+55+209=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 55 (21.88% from 255 or 10.83% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F437D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F437D1 is #0BC82E. Grayscale: #808080. Windows color (decimal): -772143 or 13711348. OLE color: 13711348.
HSL color Cylindrical-coordinate representation of color #F437D1: hue angle of 311.11º 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 #F437D1 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 209 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.04 |
| HSL | 311.11º | 0.9% | 0.59% | - |
| HSV(B) | 311.11º | 0.77% | 0.96% | - |
| XYZ | 50.18 | 26.57 | 62.8 | - |
| YUV | 129.07 | 173.12 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 209 | 0 | 0.77 | 0.14 | 0.04 | 311.11 | 0.9 | 0.59 |
| Hex | F4 | 37 | D1 | 0 | 4D | E | 4 | 137 | 5A | 3B |
| Octal | 364 | 67 | 321 | 0 | 115 | 16 | 4 | 467 | 132 | 73 |
| Binary | 11110100 | 110111 | 11010001 | 0 | 1001101 | 1110 | 100 | 100110111 | 1011010 | 111011 |
Color Harmonies of #F437D1
Complementary color
Monochromatic Colors of #F437D1
Black with #F437D1
Text Example
Text Example
White with #F437D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F437D1; }
p { color: rgb(244,55,209); }
H1.HeaderClassName
{
color: #F437D1;
}
.AnyTagClassName
{
color: #F437D1;
}
</style>
background-color css
<style>
a { background-color: #F437D1; }
a { background-color: rgb(244,55,209); }
div.DivClassName
{
background-color: #F437D1;
}
.BgClassName
{
background-color: #F437D1;
}
</style>
border-color css
<style>
span { border-color: #F437D1; }
span { border-color: rgb(244,55,209); }
td.TdClassName
{
border-color: #F437D1;
}
.TagClassName
{
border-color: #F437D1;
}
</style>