Shades of Razzle Dazzle Rose #FA28D3
Tints of Razzle Dazzle Rose #FA28D3
RGB
CMYK
RGB Variations
Color information
#FA28D3 (or 0xFA28D3) is known color: Razzle Dazzle Rose. HEX triplet: FA, 28 and D3. RGB value is (250,40,211). Sum of RGB (Red+Green+Blue) = 250+40+211=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28D3 is #05D72C. Grayscale: #797979. Windows color (decimal): -382765 or 13838586. OLE color: 13838586.
HSL color Cylindrical-coordinate representation of color #FA28D3: hue angle of 311.14º 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 #FA28D3 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 211 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.02 |
| HSL | 311.14º | 0.95% | 0.57% | - |
| HSV(B) | 311.14º | 0.84% | 0.98% | - |
| XYZ | 51.94 | 26.54 | 64.01 | - |
| YUV | 122.28 | 178.07 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 211 | 0 | 0.84 | 0.16 | 0.02 | 311.14 | 0.95 | 0.57 |
| Hex | FA | 28 | D3 | 0 | 54 | 10 | 2 | 137 | 5F | 39 |
| Octal | 372 | 50 | 323 | 0 | 124 | 20 | 2 | 467 | 137 | 71 |
| Binary | 11111010 | 101000 | 11010011 | 0 | 1010100 | 10000 | 10 | 100110111 | 1011111 | 111001 |
Color Harmonies of #FA28D3
Complementary color
Monochromatic Colors of #FA28D3
Black with #FA28D3
Text Example
Text Example
White with #FA28D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28D3; }
p { color: rgb(250,40,211); }
H1.HeaderClassName
{
color: #FA28D3;
}
.AnyTagClassName
{
color: #FA28D3;
}
</style>
background-color css
<style>
a { background-color: #FA28D3; }
a { background-color: rgb(250,40,211); }
div.DivClassName
{
background-color: #FA28D3;
}
.BgClassName
{
background-color: #FA28D3;
}
</style>
border-color css
<style>
span { border-color: #FA28D3; }
span { border-color: rgb(250,40,211); }
td.TdClassName
{
border-color: #FA28D3;
}
.TagClassName
{
border-color: #FA28D3;
}
</style>