Shades of Razzle Dazzle Rose #F446CA
Tints of Razzle Dazzle Rose #F446CA
RGB
CMYK
RGB Variations
Color information
#F446CA (or 0xF446CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 46 and CA. RGB value is (244,70,202). Sum of RGB (Red+Green+Blue) = 244+70+202=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 70 (27.73% from 255 or 13.57% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F446CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F446CA is #0BB935. Grayscale: #888888. Windows color (decimal): -768310 or 13256436. OLE color: 13256436.
HSL color Cylindrical-coordinate representation of color #F446CA: hue angle of 314.48º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F446CA is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 202 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.04 |
| HSL | 314.48º | 0.89% | 0.62% | - |
| HSV(B) | 314.48º | 0.71% | 0.96% | - |
| XYZ | 50.16 | 27.88 | 58.61 | - |
| YUV | 137.07 | 164.65 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 202 | 0 | 0.71 | 0.17 | 0.04 | 314.48 | 0.89 | 0.62 |
| Hex | F4 | 46 | CA | 0 | 47 | 11 | 4 | 13A | 59 | 3E |
| Octal | 364 | 106 | 312 | 0 | 107 | 21 | 4 | 472 | 131 | 76 |
| Binary | 11110100 | 1000110 | 11001010 | 0 | 1000111 | 10001 | 100 | 100111010 | 1011001 | 111110 |
Color Harmonies of #F446CA
Complementary color
Monochromatic Colors of #F446CA
Black with #F446CA
Text Example
Text Example
White with #F446CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F446CA; }
p { color: rgb(244,70,202); }
H1.HeaderClassName
{
color: #F446CA;
}
.AnyTagClassName
{
color: #F446CA;
}
</style>
background-color css
<style>
a { background-color: #F446CA; }
a { background-color: rgb(244,70,202); }
div.DivClassName
{
background-color: #F446CA;
}
.BgClassName
{
background-color: #F446CA;
}
</style>
border-color css
<style>
span { border-color: #F446CA; }
span { border-color: rgb(244,70,202); }
td.TdClassName
{
border-color: #F446CA;
}
.TagClassName
{
border-color: #F446CA;
}
</style>