Shades of Razzle Dazzle Rose #FA2ACC
Tints of Razzle Dazzle Rose #FA2ACC
RGB
CMYK
RGB Variations
Color information
#FA2ACC (or 0xFA2ACC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2A and CC. RGB value is (250,42,204). Sum of RGB (Red+Green+Blue) = 250+42+204=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 42 (16.80% from 255 or 8.47% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2ACC is #05D533. Grayscale: #7A7A7A. Windows color (decimal): -382260 or 13380346. OLE color: 13380346.
HSL color Cylindrical-coordinate representation of color #FA2ACC: hue angle of 313.27º 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 #FA2ACC is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 204 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.02 |
| HSL | 313.27º | 0.95% | 0.57% | - |
| HSV(B) | 313.27º | 0.83% | 0.98% | - |
| XYZ | 51.15 | 26.34 | 59.51 | - |
| YUV | 122.66 | 173.91 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 204 | 0 | 0.83 | 0.18 | 0.02 | 313.27 | 0.95 | 0.57 |
| Hex | FA | 2A | CC | 0 | 53 | 12 | 2 | 139 | 5F | 39 |
| Octal | 372 | 52 | 314 | 0 | 123 | 22 | 2 | 471 | 137 | 71 |
| Binary | 11111010 | 101010 | 11001100 | 0 | 1010011 | 10010 | 10 | 100111001 | 1011111 | 111001 |
Color Harmonies of #FA2ACC
Complementary color
Monochromatic Colors of #FA2ACC
Black with #FA2ACC
Text Example
Text Example
White with #FA2ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2ACC; }
p { color: rgb(250,42,204); }
H1.HeaderClassName
{
color: #FA2ACC;
}
.AnyTagClassName
{
color: #FA2ACC;
}
</style>
background-color css
<style>
a { background-color: #FA2ACC; }
a { background-color: rgb(250,42,204); }
div.DivClassName
{
background-color: #FA2ACC;
}
.BgClassName
{
background-color: #FA2ACC;
}
</style>
border-color css
<style>
span { border-color: #FA2ACC; }
span { border-color: rgb(250,42,204); }
td.TdClassName
{
border-color: #FA2ACC;
}
.TagClassName
{
border-color: #FA2ACC;
}
</style>