Shades of Razzle Dazzle Rose #F441CA
Tints of Razzle Dazzle Rose #F441CA
RGB
CMYK
RGB Variations
Color information
#F441CA (or 0xF441CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and CA. RGB value is (244,65,202). Sum of RGB (Red+Green+Blue) = 244+65+202=511 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.75% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 244 - color contains mainly: red. Hex color #F441CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441CA is #0BBE35. Grayscale: #858585. Windows color (decimal): -769590 or 13255156. OLE color: 13255156.
HSL color Cylindrical-coordinate representation of color #F441CA: hue angle of 314.08º 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 #F441CA is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 202 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.04 |
| HSL | 314.08º | 0.89% | 0.61% | - |
| HSV(B) | 314.08º | 0.73% | 0.96% | - |
| XYZ | 49.86 | 27.28 | 58.51 | - |
| YUV | 134.14 | 166.3 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 202 | 0 | 0.73 | 0.17 | 0.04 | 314.08 | 0.89 | 0.61 |
| Hex | F4 | 41 | CA | 0 | 49 | 11 | 4 | 13A | 59 | 3D |
| Octal | 364 | 101 | 312 | 0 | 111 | 21 | 4 | 472 | 131 | 75 |
| Binary | 11110100 | 1000001 | 11001010 | 0 | 1001001 | 10001 | 100 | 100111010 | 1011001 | 111101 |
Color Harmonies of #F441CA
Complementary color
Monochromatic Colors of #F441CA
Black with #F441CA
Text Example
Text Example
White with #F441CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441CA; }
p { color: rgb(244,65,202); }
H1.HeaderClassName
{
color: #F441CA;
}
.AnyTagClassName
{
color: #F441CA;
}
</style>
background-color css
<style>
a { background-color: #F441CA; }
a { background-color: rgb(244,65,202); }
div.DivClassName
{
background-color: #F441CA;
}
.BgClassName
{
background-color: #F441CA;
}
</style>
border-color css
<style>
span { border-color: #F441CA; }
span { border-color: rgb(244,65,202); }
td.TdClassName
{
border-color: #F441CA;
}
.TagClassName
{
border-color: #F441CA;
}
</style>