Shades of Razzle Dazzle Rose #F448CA
Tints of Razzle Dazzle Rose #F448CA
RGB
CMYK
RGB Variations
Color information
#F448CA (or 0xF448CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 48 and CA. RGB value is (244,72,202). Sum of RGB (Red+Green+Blue) = 244+72+202=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F448CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448CA is #0BB735. Grayscale: #898989. Windows color (decimal): -767798 or 13256948. OLE color: 13256948.
HSL color Cylindrical-coordinate representation of color #F448CA: hue angle of 314.65º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F448CA is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 72 | 202 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.04 |
| HSL | 314.65º | 0.89% | 0.62% | - |
| HSV(B) | 314.65º | 0.7% | 0.96% | - |
| XYZ | 50.29 | 28.13 | 58.66 | - |
| YUV | 138.25 | 163.98 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 72 | 202 | 0 | 0.70 | 0.17 | 0.04 | 314.65 | 0.89 | 0.62 |
| Hex | F4 | 48 | CA | 0 | 46 | 11 | 4 | 13B | 59 | 3E |
| Octal | 364 | 110 | 312 | 0 | 106 | 21 | 4 | 473 | 131 | 76 |
| Binary | 11110100 | 1001000 | 11001010 | 0 | 1000110 | 10001 | 100 | 100111011 | 1011001 | 111110 |
Color Harmonies of #F448CA
Complementary color
Monochromatic Colors of #F448CA
Black with #F448CA
Text Example
Text Example
White with #F448CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F448CA; }
p { color: rgb(244,72,202); }
H1.HeaderClassName
{
color: #F448CA;
}
.AnyTagClassName
{
color: #F448CA;
}
</style>
background-color css
<style>
a { background-color: #F448CA; }
a { background-color: rgb(244,72,202); }
div.DivClassName
{
background-color: #F448CA;
}
.BgClassName
{
background-color: #F448CA;
}
</style>
border-color css
<style>
span { border-color: #F448CA; }
span { border-color: rgb(244,72,202); }
td.TdClassName
{
border-color: #F448CA;
}
.TagClassName
{
border-color: #F448CA;
}
</style>