Shades of Razzle Dazzle Rose #FA4EC5
Tints of Razzle Dazzle Rose #FA4EC5
RGB
CMYK
RGB Variations
Color information
#FA4EC5 (or 0xFA4EC5) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4E and C5. RGB value is (250,78,197). Sum of RGB (Red+Green+Blue) = 250+78+197=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4EC5 is #05B13A. Grayscale: #8E8E8E. Windows color (decimal): -373051 or 12930810. OLE color: 12930810.
HSL color Cylindrical-coordinate representation of color #FA4EC5: hue angle of 318.49º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4EC5 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 197 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.02 |
| HSL | 318.49º | 0.95% | 0.64% | - |
| HSV(B) | 318.49º | 0.69% | 0.98% | - |
| XYZ | 52.23 | 29.8 | 55.82 | - |
| YUV | 142.99 | 158.48 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 197 | 0 | 0.69 | 0.21 | 0.02 | 318.49 | 0.95 | 0.64 |
| Hex | FA | 4E | C5 | 0 | 45 | 15 | 2 | 13E | 5F | 40 |
| Octal | 372 | 116 | 305 | 0 | 105 | 25 | 2 | 476 | 137 | 100 |
| Binary | 11111010 | 1001110 | 11000101 | 0 | 1000101 | 10101 | 10 | 100111110 | 1011111 | 1000000 |
Color Harmonies of #FA4EC5
Complementary color
Monochromatic Colors of #FA4EC5
Black with #FA4EC5
Text Example
Text Example
White with #FA4EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4EC5; }
p { color: rgb(250,78,197); }
H1.HeaderClassName
{
color: #FA4EC5;
}
.AnyTagClassName
{
color: #FA4EC5;
}
</style>
background-color css
<style>
a { background-color: #FA4EC5; }
a { background-color: rgb(250,78,197); }
div.DivClassName
{
background-color: #FA4EC5;
}
.BgClassName
{
background-color: #FA4EC5;
}
</style>
border-color css
<style>
span { border-color: #FA4EC5; }
span { border-color: rgb(250,78,197); }
td.TdClassName
{
border-color: #FA4EC5;
}
.TagClassName
{
border-color: #FA4EC5;
}
</style>