Shades of Razzle Dazzle Rose #F54CCA
Tints of Razzle Dazzle Rose #F54CCA
RGB
CMYK
RGB Variations
Color information
#F54CCA (or 0xF54CCA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 4C and CA. RGB value is (245,76,202). Sum of RGB (Red+Green+Blue) = 245+76+202=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F54CCA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F54CCA is #0AB335. Grayscale: #8C8C8C. Windows color (decimal): -701238 or 13257973. OLE color: 13257973.
HSL color Cylindrical-coordinate representation of color #F54CCA: hue angle of 315.27º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54CCA is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 202 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.04 |
| HSL | 315.27º | 0.89% | 0.63% | - |
| HSV(B) | 315.27º | 0.69% | 0.96% | - |
| XYZ | 50.9 | 28.85 | 58.76 | - |
| YUV | 140.9 | 162.49 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 202 | 0 | 0.69 | 0.18 | 0.04 | 315.27 | 0.89 | 0.63 |
| Hex | F5 | 4C | CA | 0 | 45 | 12 | 4 | 13B | 59 | 3F |
| Octal | 365 | 114 | 312 | 0 | 105 | 22 | 4 | 473 | 131 | 77 |
| Binary | 11110101 | 1001100 | 11001010 | 0 | 1000101 | 10010 | 100 | 100111011 | 1011001 | 111111 |
Color Harmonies of #F54CCA
Complementary color
Monochromatic Colors of #F54CCA
Black with #F54CCA
Text Example
Text Example
White with #F54CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54CCA; }
p { color: rgb(245,76,202); }
H1.HeaderClassName
{
color: #F54CCA;
}
.AnyTagClassName
{
color: #F54CCA;
}
</style>
background-color css
<style>
a { background-color: #F54CCA; }
a { background-color: rgb(245,76,202); }
div.DivClassName
{
background-color: #F54CCA;
}
.BgClassName
{
background-color: #F54CCA;
}
</style>
border-color css
<style>
span { border-color: #F54CCA; }
span { border-color: rgb(245,76,202); }
td.TdClassName
{
border-color: #F54CCA;
}
.TagClassName
{
border-color: #F54CCA;
}
</style>