Shades of Razzle Dazzle Rose #FA28C2
Tints of Razzle Dazzle Rose #FA28C2
RGB
CMYK
RGB Variations
Color information
#FA28C2 (or 0xFA28C2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 28 and C2. RGB value is (250,40,194). Sum of RGB (Red+Green+Blue) = 250+40+194=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28C2 is #05D73D. Grayscale: #777777. Windows color (decimal): -382782 or 12724474. OLE color: 12724474.
HSL color Cylindrical-coordinate representation of color #FA28C2: hue angle of 316º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA28C2 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 194 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.02 |
| HSL | 316º | 0.95% | 0.57% | - |
| HSV(B) | 316º | 0.84% | 0.98% | - |
| XYZ | 49.92 | 25.74 | 53.38 | - |
| YUV | 120.35 | 169.57 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 194 | 0 | 0.84 | 0.22 | 0.02 | 316 | 0.95 | 0.57 |
| Hex | FA | 28 | C2 | 0 | 54 | 16 | 2 | 13C | 5F | 39 |
| Octal | 372 | 50 | 302 | 0 | 124 | 26 | 2 | 474 | 137 | 71 |
| Binary | 11111010 | 101000 | 11000010 | 0 | 1010100 | 10110 | 10 | 100111100 | 1011111 | 111001 |
Color Harmonies of #FA28C2
Complementary color
Monochromatic Colors of #FA28C2
Black with #FA28C2
Text Example
Text Example
White with #FA28C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28C2; }
p { color: rgb(250,40,194); }
H1.HeaderClassName
{
color: #FA28C2;
}
.AnyTagClassName
{
color: #FA28C2;
}
</style>
background-color css
<style>
a { background-color: #FA28C2; }
a { background-color: rgb(250,40,194); }
div.DivClassName
{
background-color: #FA28C2;
}
.BgClassName
{
background-color: #FA28C2;
}
</style>
border-color css
<style>
span { border-color: #FA28C2; }
span { border-color: rgb(250,40,194); }
td.TdClassName
{
border-color: #FA28C2;
}
.TagClassName
{
border-color: #FA28C2;
}
</style>