Shades of Razzle Dazzle Rose #F542CA
Tints of Razzle Dazzle Rose #F542CA
RGB
CMYK
RGB Variations
Color information
#F542CA (or 0xF542CA) is known color: Razzle Dazzle Rose. HEX triplet: F5, 42 and CA. RGB value is (245,66,202). Sum of RGB (Red+Green+Blue) = 245+66+202=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 66 (26.17% from 255 or 12.87% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F542CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F542CA is #0ABD35. Grayscale: #868686. Windows color (decimal): -703798 or 13255413. OLE color: 13255413.
HSL color Cylindrical-coordinate representation of color #F542CA: hue angle of 314.41º degrees, saturation: 0.9, 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 #F542CA is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 202 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.04 |
| HSL | 314.41º | 0.9% | 0.61% | - |
| HSV(B) | 314.41º | 0.73% | 0.96% | - |
| XYZ | 50.27 | 27.57 | 58.55 | - |
| YUV | 135.03 | 165.8 | 206.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 202 | 0 | 0.73 | 0.18 | 0.04 | 314.41 | 0.9 | 0.61 |
| Hex | F5 | 42 | CA | 0 | 49 | 12 | 4 | 13A | 5A | 3D |
| Octal | 365 | 102 | 312 | 0 | 111 | 22 | 4 | 472 | 132 | 75 |
| Binary | 11110101 | 1000010 | 11001010 | 0 | 1001001 | 10010 | 100 | 100111010 | 1011010 | 111101 |
Color Harmonies of #F542CA
Complementary color
Monochromatic Colors of #F542CA
Black with #F542CA
Text Example
Text Example
White with #F542CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F542CA; }
p { color: rgb(245,66,202); }
H1.HeaderClassName
{
color: #F542CA;
}
.AnyTagClassName
{
color: #F542CA;
}
</style>
background-color css
<style>
a { background-color: #F542CA; }
a { background-color: rgb(245,66,202); }
div.DivClassName
{
background-color: #F542CA;
}
.BgClassName
{
background-color: #F542CA;
}
</style>
border-color css
<style>
span { border-color: #F542CA; }
span { border-color: rgb(245,66,202); }
td.TdClassName
{
border-color: #F542CA;
}
.TagClassName
{
border-color: #F542CA;
}
</style>