Shades of Razzle Dazzle Rose #FA2CC0
Tints of Razzle Dazzle Rose #FA2CC0
RGB
CMYK
RGB Variations
Color information
#FA2CC0 (or 0xFA2CC0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2C and C0. RGB value is (250,44,192). Sum of RGB (Red+Green+Blue) = 250+44+192=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2CC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2CC0 is #05D33F. Grayscale: #7A7A7A. Windows color (decimal): -381760 or 12594426. OLE color: 12594426.
HSL color Cylindrical-coordinate representation of color #FA2CC0: hue angle of 316.89º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2CC0 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 44 | 192 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.02 |
| HSL | 316.89º | 0.95% | 0.58% | - |
| HSV(B) | 316.89º | 0.82% | 0.98% | - |
| XYZ | 49.84 | 25.93 | 52.25 | - |
| YUV | 122.47 | 167.25 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 44 | 192 | 0 | 0.82 | 0.23 | 0.02 | 316.89 | 0.95 | 0.58 |
| Hex | FA | 2C | C0 | 0 | 52 | 17 | 2 | 13D | 5F | 3A |
| Octal | 372 | 54 | 300 | 0 | 122 | 27 | 2 | 475 | 137 | 72 |
| Binary | 11111010 | 101100 | 11000000 | 0 | 1010010 | 10111 | 10 | 100111101 | 1011111 | 111010 |
Color Harmonies of #FA2CC0
Complementary color
Monochromatic Colors of #FA2CC0
Black with #FA2CC0
Text Example
Text Example
White with #FA2CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2CC0; }
p { color: rgb(250,44,192); }
H1.HeaderClassName
{
color: #FA2CC0;
}
.AnyTagClassName
{
color: #FA2CC0;
}
</style>
background-color css
<style>
a { background-color: #FA2CC0; }
a { background-color: rgb(250,44,192); }
div.DivClassName
{
background-color: #FA2CC0;
}
.BgClassName
{
background-color: #FA2CC0;
}
</style>
border-color css
<style>
span { border-color: #FA2CC0; }
span { border-color: rgb(250,44,192); }
td.TdClassName
{
border-color: #FA2CC0;
}
.TagClassName
{
border-color: #FA2CC0;
}
</style>