Shades of Razzle Dazzle Rose #F437DA
Tints of Razzle Dazzle Rose #F437DA
RGB
CMYK
RGB Variations
Color information
#F437DA (or 0xF437DA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 37 and DA. RGB value is (244,55,218). Sum of RGB (Red+Green+Blue) = 244+55+218=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 55 (21.88% from 255 or 10.64% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F437DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F437DA is #0BC825. Grayscale: #818181. Windows color (decimal): -772134 or 14301172. OLE color: 14301172.
HSL color Cylindrical-coordinate representation of color #F437DA: hue angle of 308.25º 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 #F437DA is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 218 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.04 |
| HSL | 308.25º | 0.9% | 0.59% | - |
| HSV(B) | 308.25º | 0.77% | 0.96% | - |
| XYZ | 51.33 | 27.03 | 68.84 | - |
| YUV | 130.09 | 177.62 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 218 | 0 | 0.77 | 0.11 | 0.04 | 308.25 | 0.9 | 0.59 |
| Hex | F4 | 37 | DA | 0 | 4D | B | 4 | 134 | 5A | 3B |
| Octal | 364 | 67 | 332 | 0 | 115 | 13 | 4 | 464 | 132 | 73 |
| Binary | 11110100 | 110111 | 11011010 | 0 | 1001101 | 1011 | 100 | 100110100 | 1011010 | 111011 |
Color Harmonies of #F437DA
Complementary color
Monochromatic Colors of #F437DA
Black with #F437DA
Text Example
Text Example
White with #F437DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F437DA; }
p { color: rgb(244,55,218); }
H1.HeaderClassName
{
color: #F437DA;
}
.AnyTagClassName
{
color: #F437DA;
}
</style>
background-color css
<style>
a { background-color: #F437DA; }
a { background-color: rgb(244,55,218); }
div.DivClassName
{
background-color: #F437DA;
}
.BgClassName
{
background-color: #F437DA;
}
</style>
border-color css
<style>
span { border-color: #F437DA; }
span { border-color: rgb(244,55,218); }
td.TdClassName
{
border-color: #F437DA;
}
.TagClassName
{
border-color: #F437DA;
}
</style>