Shades of Razzle Dazzle Rose #FA4CC0
Tints of Razzle Dazzle Rose #FA4CC0
RGB
CMYK
RGB Variations
Color information
#FA4CC0 (or 0xFA4CC0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4C and C0. RGB value is (250,76,192). Sum of RGB (Red+Green+Blue) = 250+76+192=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4CC0 is #05B33F. Grayscale: #8C8C8C. Windows color (decimal): -373568 or 12602618. OLE color: 12602618.
HSL color Cylindrical-coordinate representation of color #FA4CC0: hue angle of 320º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4CC0 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 192 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.02 |
| HSL | 320º | 0.95% | 0.64% | - |
| HSV(B) | 320º | 0.7% | 0.98% | - |
| XYZ | 51.52 | 29.3 | 52.81 | - |
| YUV | 141.25 | 156.65 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 192 | 0 | 0.70 | 0.23 | 0.02 | 320 | 0.95 | 0.64 |
| Hex | FA | 4C | C0 | 0 | 46 | 17 | 2 | 140 | 5F | 40 |
| Octal | 372 | 114 | 300 | 0 | 106 | 27 | 2 | 500 | 137 | 100 |
| Binary | 11111010 | 1001100 | 11000000 | 0 | 1000110 | 10111 | 10 | 101000000 | 1011111 | 1000000 |
Color Harmonies of #FA4CC0
Complementary color
Monochromatic Colors of #FA4CC0
Black with #FA4CC0
Text Example
Text Example
White with #FA4CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4CC0; }
p { color: rgb(250,76,192); }
H1.HeaderClassName
{
color: #FA4CC0;
}
.AnyTagClassName
{
color: #FA4CC0;
}
</style>
background-color css
<style>
a { background-color: #FA4CC0; }
a { background-color: rgb(250,76,192); }
div.DivClassName
{
background-color: #FA4CC0;
}
.BgClassName
{
background-color: #FA4CC0;
}
</style>
border-color css
<style>
span { border-color: #FA4CC0; }
span { border-color: rgb(250,76,192); }
td.TdClassName
{
border-color: #FA4CC0;
}
.TagClassName
{
border-color: #FA4CC0;
}
</style>