Shades of Razzle Dazzle Rose #FA2ACE
Tints of Razzle Dazzle Rose #FA2ACE
RGB
CMYK
RGB Variations
Color information
#FA2ACE (or 0xFA2ACE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2A and CE. RGB value is (250,42,206). Sum of RGB (Red+Green+Blue) = 250+42+206=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 42 (16.80% from 255 or 8.43% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2ACE is #05D531. Grayscale: #7A7A7A. Windows color (decimal): -382258 or 13511418. OLE color: 13511418.
HSL color Cylindrical-coordinate representation of color #FA2ACE: hue angle of 312.69º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2ACE is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 206 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.02 |
| HSL | 312.69º | 0.95% | 0.57% | - |
| HSV(B) | 312.69º | 0.83% | 0.98% | - |
| XYZ | 51.39 | 26.44 | 60.79 | - |
| YUV | 122.89 | 174.91 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 206 | 0 | 0.83 | 0.18 | 0.02 | 312.69 | 0.95 | 0.57 |
| Hex | FA | 2A | CE | 0 | 53 | 12 | 2 | 139 | 5F | 39 |
| Octal | 372 | 52 | 316 | 0 | 123 | 22 | 2 | 471 | 137 | 71 |
| Binary | 11111010 | 101010 | 11001110 | 0 | 1010011 | 10010 | 10 | 100111001 | 1011111 | 111001 |
Color Harmonies of #FA2ACE
Complementary color
Monochromatic Colors of #FA2ACE
Black with #FA2ACE
Text Example
Text Example
White with #FA2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2ACE; }
p { color: rgb(250,42,206); }
H1.HeaderClassName
{
color: #FA2ACE;
}
.AnyTagClassName
{
color: #FA2ACE;
}
</style>
background-color css
<style>
a { background-color: #FA2ACE; }
a { background-color: rgb(250,42,206); }
div.DivClassName
{
background-color: #FA2ACE;
}
.BgClassName
{
background-color: #FA2ACE;
}
</style>
border-color css
<style>
span { border-color: #FA2ACE; }
span { border-color: rgb(250,42,206); }
td.TdClassName
{
border-color: #FA2ACE;
}
.TagClassName
{
border-color: #FA2ACE;
}
</style>