Shades of Razzle Dazzle Rose #F443C0
Tints of Razzle Dazzle Rose #F443C0
RGB
CMYK
RGB Variations
Color information
#F443C0 (or 0xF443C0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 43 and C0. RGB value is (244,67,192). Sum of RGB (Red+Green+Blue) = 244+67+192=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 67 (26.56% from 255 or 13.32% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F443C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F443C0 is #0BBC3F. Grayscale: #858585. Windows color (decimal): -769088 or 12600308. OLE color: 12600308.
HSL color Cylindrical-coordinate representation of color #F443C0: hue angle of 317.63º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F443C0 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 67 | 192 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.04 |
| HSL | 317.63º | 0.89% | 0.61% | - |
| HSV(B) | 317.63º | 0.73% | 0.96% | - |
| XYZ | 48.83 | 27.05 | 52.52 | - |
| YUV | 134.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 192 | 0 | 0.73 | 0.21 | 0.04 | 317.63 | 0.89 | 0.61 |
| Hex | F4 | 43 | C0 | 0 | 49 | 15 | 4 | 13E | 59 | 3D |
| Octal | 364 | 103 | 300 | 0 | 111 | 25 | 4 | 476 | 131 | 75 |
| Binary | 11110100 | 1000011 | 11000000 | 0 | 1001001 | 10101 | 100 | 100111110 | 1011001 | 111101 |
Color Harmonies of #F443C0
Complementary color
Monochromatic Colors of #F443C0
Black with #F443C0
Text Example
Text Example
White with #F443C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F443C0; }
p { color: rgb(244,67,192); }
H1.HeaderClassName
{
color: #F443C0;
}
.AnyTagClassName
{
color: #F443C0;
}
</style>
background-color css
<style>
a { background-color: #F443C0; }
a { background-color: rgb(244,67,192); }
div.DivClassName
{
background-color: #F443C0;
}
.BgClassName
{
background-color: #F443C0;
}
</style>
border-color css
<style>
span { border-color: #F443C0; }
span { border-color: rgb(244,67,192); }
td.TdClassName
{
border-color: #F443C0;
}
.TagClassName
{
border-color: #F443C0;
}
</style>