Shades of Razzle Dazzle Rose #FA4EC0
Tints of Razzle Dazzle Rose #FA4EC0
RGB
CMYK
RGB Variations
Color information
#FA4EC0 (or 0xFA4EC0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4E and C0. RGB value is (250,78,192). Sum of RGB (Red+Green+Blue) = 250+78+192=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4EC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4EC0 is #05B13F. Grayscale: #8E8E8E. Windows color (decimal): -373056 or 12603130. OLE color: 12603130.
HSL color Cylindrical-coordinate representation of color #FA4EC0: hue angle of 320.23º 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 #FA4EC0 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 192 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.02 |
| HSL | 320.23º | 0.95% | 0.64% | - |
| HSV(B) | 320.23º | 0.69% | 0.98% | - |
| XYZ | 51.66 | 29.58 | 52.86 | - |
| YUV | 142.42 | 155.98 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 192 | 0 | 0.69 | 0.23 | 0.02 | 320.23 | 0.95 | 0.64 |
| Hex | FA | 4E | C0 | 0 | 45 | 17 | 2 | 140 | 5F | 40 |
| Octal | 372 | 116 | 300 | 0 | 105 | 27 | 2 | 500 | 137 | 100 |
| Binary | 11111010 | 1001110 | 11000000 | 0 | 1000101 | 10111 | 10 | 101000000 | 1011111 | 1000000 |
Color Harmonies of #FA4EC0
Complementary color
Monochromatic Colors of #FA4EC0
Black with #FA4EC0
Text Example
Text Example
White with #FA4EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4EC0; }
p { color: rgb(250,78,192); }
H1.HeaderClassName
{
color: #FA4EC0;
}
.AnyTagClassName
{
color: #FA4EC0;
}
</style>
background-color css
<style>
a { background-color: #FA4EC0; }
a { background-color: rgb(250,78,192); }
div.DivClassName
{
background-color: #FA4EC0;
}
.BgClassName
{
background-color: #FA4EC0;
}
</style>
border-color css
<style>
span { border-color: #FA4EC0; }
span { border-color: rgb(250,78,192); }
td.TdClassName
{
border-color: #FA4EC0;
}
.TagClassName
{
border-color: #FA4EC0;
}
</style>