Shades of Razzle Dazzle Rose #FA28E2
Tints of Razzle Dazzle Rose #FA28E2
RGB
CMYK
RGB Variations
Color information
#FA28E2 (or 0xFA28E2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 28 and E2. RGB value is (250,40,226). Sum of RGB (Red+Green+Blue) = 250+40+226=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 40 (16.02% from 255 or 7.75% from 516); Blue value is 226 (88.67% from 255 or 43.80% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28E2 is #05D71D. Grayscale: #7B7B7B. Windows color (decimal): -382750 or 14821626. OLE color: 14821626.
HSL color Cylindrical-coordinate representation of color #FA28E2: hue angle of 306.86º 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 #FA28E2 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 226 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.02 |
| HSL | 306.86º | 0.95% | 0.57% | - |
| HSV(B) | 306.86º | 0.84% | 0.98% | - |
| XYZ | 53.91 | 27.33 | 74.39 | - |
| YUV | 123.99 | 185.57 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 226 | 0 | 0.84 | 0.10 | 0.02 | 306.86 | 0.95 | 0.57 |
| Hex | FA | 28 | E2 | 0 | 54 | A | 2 | 133 | 5F | 39 |
| Octal | 372 | 50 | 342 | 0 | 124 | 12 | 2 | 463 | 137 | 71 |
| Binary | 11111010 | 101000 | 11100010 | 0 | 1010100 | 1010 | 10 | 100110011 | 1011111 | 111001 |
Color Harmonies of #FA28E2
Complementary color
Monochromatic Colors of #FA28E2
Black with #FA28E2
Text Example
Text Example
White with #FA28E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28E2; }
p { color: rgb(250,40,226); }
H1.HeaderClassName
{
color: #FA28E2;
}
.AnyTagClassName
{
color: #FA28E2;
}
</style>
background-color css
<style>
a { background-color: #FA28E2; }
a { background-color: rgb(250,40,226); }
div.DivClassName
{
background-color: #FA28E2;
}
.BgClassName
{
background-color: #FA28E2;
}
</style>
border-color css
<style>
span { border-color: #FA28E2; }
span { border-color: rgb(250,40,226); }
td.TdClassName
{
border-color: #FA28E2;
}
.TagClassName
{
border-color: #FA28E2;
}
</style>