Shades of Razzle Dazzle Rose #F53FC1
Tints of Razzle Dazzle Rose #F53FC1
RGB
CMYK
RGB Variations
Color information
#F53FC1 (or 0xF53FC1) is known color: Razzle Dazzle Rose. HEX triplet: F5, 3F and C1. RGB value is (245,63,193). Sum of RGB (Red+Green+Blue) = 245+63+193=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 63 (25% from 255 or 12.57% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F53FC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F53FC1 is #0AC03E. Grayscale: #838383. Windows color (decimal): -704575 or 12664821. OLE color: 12664821.
HSL color Cylindrical-coordinate representation of color #F53FC1: hue angle of 317.14º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53FC1 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 193 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.04 |
| HSL | 317.14º | 0.9% | 0.6% | - |
| HSV(B) | 317.14º | 0.74% | 0.96% | - |
| XYZ | 49.06 | 26.82 | 53.04 | - |
| YUV | 132.24 | 162.3 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 193 | 0 | 0.74 | 0.21 | 0.04 | 317.14 | 0.9 | 0.6 |
| Hex | F5 | 3F | C1 | 0 | 4A | 15 | 4 | 13D | 5A | 3C |
| Octal | 365 | 77 | 301 | 0 | 112 | 25 | 4 | 475 | 132 | 74 |
| Binary | 11110101 | 111111 | 11000001 | 0 | 1001010 | 10101 | 100 | 100111101 | 1011010 | 111100 |
Color Harmonies of #F53FC1
Complementary color
Monochromatic Colors of #F53FC1
Black with #F53FC1
Text Example
Text Example
White with #F53FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53FC1; }
p { color: rgb(245,63,193); }
H1.HeaderClassName
{
color: #F53FC1;
}
.AnyTagClassName
{
color: #F53FC1;
}
</style>
background-color css
<style>
a { background-color: #F53FC1; }
a { background-color: rgb(245,63,193); }
div.DivClassName
{
background-color: #F53FC1;
}
.BgClassName
{
background-color: #F53FC1;
}
</style>
border-color css
<style>
span { border-color: #F53FC1; }
span { border-color: rgb(245,63,193); }
td.TdClassName
{
border-color: #F53FC1;
}
.TagClassName
{
border-color: #F53FC1;
}
</style>