Shades of Razzle Dazzle Rose #FA28EF
Tints of Razzle Dazzle Rose #FA28EF
RGB
CMYK
RGB Variations
Color information
#FA28EF (or 0xFA28EF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 28 and EF. RGB value is (250,40,239). Sum of RGB (Red+Green+Blue) = 250+40+239=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 40 (16.02% from 255 or 7.56% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA28EF is #05D710. Grayscale: #7C7C7C. Windows color (decimal): -382737 or 15673594. OLE color: 15673594.
HSL color Cylindrical-coordinate representation of color #FA28EF: hue angle of 303.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 #FA28EF is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 239 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.02 |
| HSL | 303.14º | 0.95% | 0.57% | - |
| HSV(B) | 303.14º | 0.84% | 0.98% | - |
| XYZ | 55.76 | 28.07 | 84.14 | - |
| YUV | 125.48 | 192.07 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 239 | 0 | 0.84 | 0.04 | 0.02 | 303.14 | 0.95 | 0.57 |
| Hex | FA | 28 | EF | 0 | 54 | 4 | 2 | 12F | 5F | 39 |
| Octal | 372 | 50 | 357 | 0 | 124 | 4 | 2 | 457 | 137 | 71 |
| Binary | 11111010 | 101000 | 11101111 | 0 | 1010100 | 100 | 10 | 100101111 | 1011111 | 111001 |
Color Harmonies of #FA28EF
Complementary color
Monochromatic Colors of #FA28EF
Black with #FA28EF
Text Example
Text Example
White with #FA28EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28EF; }
p { color: rgb(250,40,239); }
H1.HeaderClassName
{
color: #FA28EF;
}
.AnyTagClassName
{
color: #FA28EF;
}
</style>
background-color css
<style>
a { background-color: #FA28EF; }
a { background-color: rgb(250,40,239); }
div.DivClassName
{
background-color: #FA28EF;
}
.BgClassName
{
background-color: #FA28EF;
}
</style>
border-color css
<style>
span { border-color: #FA28EF; }
span { border-color: rgb(250,40,239); }
td.TdClassName
{
border-color: #FA28EF;
}
.TagClassName
{
border-color: #FA28EF;
}
</style>