Shades of Razzle Dazzle Rose #F437C4
Tints of Razzle Dazzle Rose #F437C4
RGB
CMYK
RGB Variations
Color information
#F437C4 (or 0xF437C4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 37 and C4. RGB value is (244,55,196). Sum of RGB (Red+Green+Blue) = 244+55+196=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 55 (21.88% from 255 or 11.11% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F437C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F437C4 is #0BC83B. Grayscale: #7F7F7F. Windows color (decimal): -772156 or 12859380. OLE color: 12859380.
HSL color Cylindrical-coordinate representation of color #F437C4: hue angle of 315.24º 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 #F437C4 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 55 | 196 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.04 |
| HSL | 315.24º | 0.9% | 0.59% | - |
| HSV(B) | 315.24º | 0.77% | 0.96% | - |
| XYZ | 48.64 | 25.95 | 54.67 | - |
| YUV | 127.59 | 166.62 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 55 | 196 | 0 | 0.77 | 0.20 | 0.04 | 315.24 | 0.9 | 0.59 |
| Hex | F4 | 37 | C4 | 0 | 4D | 14 | 4 | 13B | 5A | 3B |
| Octal | 364 | 67 | 304 | 0 | 115 | 24 | 4 | 473 | 132 | 73 |
| Binary | 11110100 | 110111 | 11000100 | 0 | 1001101 | 10100 | 100 | 100111011 | 1011010 | 111011 |
Color Harmonies of #F437C4
Complementary color
Monochromatic Colors of #F437C4
Black with #F437C4
Text Example
Text Example
White with #F437C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F437C4; }
p { color: rgb(244,55,196); }
H1.HeaderClassName
{
color: #F437C4;
}
.AnyTagClassName
{
color: #F437C4;
}
</style>
background-color css
<style>
a { background-color: #F437C4; }
a { background-color: rgb(244,55,196); }
div.DivClassName
{
background-color: #F437C4;
}
.BgClassName
{
background-color: #F437C4;
}
</style>
border-color css
<style>
span { border-color: #F437C4; }
span { border-color: rgb(244,55,196); }
td.TdClassName
{
border-color: #F437C4;
}
.TagClassName
{
border-color: #F437C4;
}
</style>