Shades of Razzle Dazzle Rose #FA28CA
Tints of Razzle Dazzle Rose #FA28CA
RGB
CMYK
RGB Variations
Color information
#FA28CA (or 0xFA28CA) is known color: Razzle Dazzle Rose. HEX triplet: FA, 28 and CA. RGB value is (250,40,202). Sum of RGB (Red+Green+Blue) = 250+40+202=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 40 (16.02% from 255 or 8.13% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28CA is #05D735. Grayscale: #787878. Windows color (decimal): -382774 or 13248762. OLE color: 13248762.
HSL color Cylindrical-coordinate representation of color #FA28CA: hue angle of 313.71º 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 #FA28CA is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 202 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.02 |
| HSL | 313.71º | 0.95% | 0.57% | - |
| HSV(B) | 313.71º | 0.84% | 0.98% | - |
| XYZ | 50.84 | 26.11 | 58.24 | - |
| YUV | 121.26 | 173.57 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 202 | 0 | 0.84 | 0.19 | 0.02 | 313.71 | 0.95 | 0.57 |
| Hex | FA | 28 | CA | 0 | 54 | 13 | 2 | 13A | 5F | 39 |
| Octal | 372 | 50 | 312 | 0 | 124 | 23 | 2 | 472 | 137 | 71 |
| Binary | 11111010 | 101000 | 11001010 | 0 | 1010100 | 10011 | 10 | 100111010 | 1011111 | 111001 |
Color Harmonies of #FA28CA
Complementary color
Monochromatic Colors of #FA28CA
Black with #FA28CA
Text Example
Text Example
White with #FA28CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28CA; }
p { color: rgb(250,40,202); }
H1.HeaderClassName
{
color: #FA28CA;
}
.AnyTagClassName
{
color: #FA28CA;
}
</style>
background-color css
<style>
a { background-color: #FA28CA; }
a { background-color: rgb(250,40,202); }
div.DivClassName
{
background-color: #FA28CA;
}
.BgClassName
{
background-color: #FA28CA;
}
</style>
border-color css
<style>
span { border-color: #FA28CA; }
span { border-color: rgb(250,40,202); }
td.TdClassName
{
border-color: #FA28CA;
}
.TagClassName
{
border-color: #FA28CA;
}
</style>