Shades of Razzle Dazzle Rose #FA28C7
Tints of Razzle Dazzle Rose #FA28C7
RGB
CMYK
RGB Variations
Color information
#FA28C7 (or 0xFA28C7) is known color: Razzle Dazzle Rose. HEX triplet: FA, 28 and C7. RGB value is (250,40,199). Sum of RGB (Red+Green+Blue) = 250+40+199=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28C7 is #05D738. Grayscale: #787878. Windows color (decimal): -382777 or 13052154. OLE color: 13052154.
HSL color Cylindrical-coordinate representation of color #FA28C7: hue angle of 314.57º 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 #FA28C7 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 199 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.02 |
| HSL | 314.57º | 0.95% | 0.57% | - |
| HSV(B) | 314.57º | 0.84% | 0.98% | - |
| XYZ | 50.49 | 25.97 | 56.38 | - |
| YUV | 120.92 | 172.07 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 199 | 0 | 0.84 | 0.20 | 0.02 | 314.57 | 0.95 | 0.57 |
| Hex | FA | 28 | C7 | 0 | 54 | 14 | 2 | 13B | 5F | 39 |
| Octal | 372 | 50 | 307 | 0 | 124 | 24 | 2 | 473 | 137 | 71 |
| Binary | 11111010 | 101000 | 11000111 | 0 | 1010100 | 10100 | 10 | 100111011 | 1011111 | 111001 |
Color Harmonies of #FA28C7
Complementary color
Monochromatic Colors of #FA28C7
Black with #FA28C7
Text Example
Text Example
White with #FA28C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28C7; }
p { color: rgb(250,40,199); }
H1.HeaderClassName
{
color: #FA28C7;
}
.AnyTagClassName
{
color: #FA28C7;
}
</style>
background-color css
<style>
a { background-color: #FA28C7; }
a { background-color: rgb(250,40,199); }
div.DivClassName
{
background-color: #FA28C7;
}
.BgClassName
{
background-color: #FA28C7;
}
</style>
border-color css
<style>
span { border-color: #FA28C7; }
span { border-color: rgb(250,40,199); }
td.TdClassName
{
border-color: #FA28C7;
}
.TagClassName
{
border-color: #FA28C7;
}
</style>