Shades of Razzle Dazzle Rose #FA4AC2
Tints of Razzle Dazzle Rose #FA4AC2
RGB
CMYK
RGB Variations
Color information
#FA4AC2 (or 0xFA4AC2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4A and C2. RGB value is (250,74,194). Sum of RGB (Red+Green+Blue) = 250+74+194=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 74 (29.30% from 255 or 14.29% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4AC2 is #05B53D. Grayscale: #8C8C8C. Windows color (decimal): -374078 or 12733178. OLE color: 12733178.
HSL color Cylindrical-coordinate representation of color #FA4AC2: hue angle of 319.09º 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 #FA4AC2 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 194 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.02 |
| HSL | 319.09º | 0.95% | 0.64% | - |
| HSV(B) | 319.09º | 0.7% | 0.98% | - |
| XYZ | 51.61 | 29.12 | 53.94 | - |
| YUV | 140.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 194 | 0 | 0.70 | 0.22 | 0.02 | 319.09 | 0.95 | 0.64 |
| Hex | FA | 4A | C2 | 0 | 46 | 16 | 2 | 13F | 5F | 40 |
| Octal | 372 | 112 | 302 | 0 | 106 | 26 | 2 | 477 | 137 | 100 |
| Binary | 11111010 | 1001010 | 11000010 | 0 | 1000110 | 10110 | 10 | 100111111 | 1011111 | 1000000 |
Color Harmonies of #FA4AC2
Complementary color
Monochromatic Colors of #FA4AC2
Black with #FA4AC2
Text Example
Text Example
White with #FA4AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4AC2; }
p { color: rgb(250,74,194); }
H1.HeaderClassName
{
color: #FA4AC2;
}
.AnyTagClassName
{
color: #FA4AC2;
}
</style>
background-color css
<style>
a { background-color: #FA4AC2; }
a { background-color: rgb(250,74,194); }
div.DivClassName
{
background-color: #FA4AC2;
}
.BgClassName
{
background-color: #FA4AC2;
}
</style>
border-color css
<style>
span { border-color: #FA4AC2; }
span { border-color: rgb(250,74,194); }
td.TdClassName
{
border-color: #FA4AC2;
}
.TagClassName
{
border-color: #FA4AC2;
}
</style>