Shades of Razzle Dazzle Rose #F54AC4
Tints of Razzle Dazzle Rose #F54AC4
RGB
CMYK
RGB Variations
Color information
#F54AC4 (or 0xF54AC4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 4A and C4. RGB value is (245,74,196). Sum of RGB (Red+Green+Blue) = 245+74+196=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 74 (29.30% from 255 or 14.37% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F54AC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F54AC4 is #0AB53B. Grayscale: #8A8A8A. Windows color (decimal): -701756 or 12864245. OLE color: 12864245.
HSL color Cylindrical-coordinate representation of color #F54AC4: hue angle of 317.19º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54AC4 is Cyan = 0, Magento = 0.70, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 196 | - |
| CMYK | 0 | 0.70 | 0.2 | 0.04 |
| HSL | 317.19º | 0.9% | 0.63% | - |
| HSV(B) | 317.19º | 0.7% | 0.96% | - |
| XYZ | 50.07 | 28.3 | 55.05 | - |
| YUV | 139.04 | 160.15 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 196 | 0 | 0.70 | 0.2 | 0.04 | 317.19 | 0.9 | 0.63 |
| Hex | F5 | 4A | C4 | 0 | 46 | 14 | 4 | 13D | 5A | 3F |
| Octal | 365 | 112 | 304 | 0 | 106 | 24 | 4 | 475 | 132 | 77 |
| Binary | 11110101 | 1001010 | 11000100 | 0 | 1000110 | 10100 | 100 | 100111101 | 1011010 | 111111 |
Color Harmonies of #F54AC4
Complementary color
Monochromatic Colors of #F54AC4
Black with #F54AC4
Text Example
Text Example
White with #F54AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54AC4; }
p { color: rgb(245,74,196); }
H1.HeaderClassName
{
color: #F54AC4;
}
.AnyTagClassName
{
color: #F54AC4;
}
</style>
background-color css
<style>
a { background-color: #F54AC4; }
a { background-color: rgb(245,74,196); }
div.DivClassName
{
background-color: #F54AC4;
}
.BgClassName
{
background-color: #F54AC4;
}
</style>
border-color css
<style>
span { border-color: #F54AC4; }
span { border-color: rgb(245,74,196); }
td.TdClassName
{
border-color: #F54AC4;
}
.TagClassName
{
border-color: #F54AC4;
}
</style>