Shades of Razzle Dazzle Rose #FA28F1
Tints of Razzle Dazzle Rose #FA28F1
RGB
CMYK
RGB Variations
Color information
#FA28F1 (or 0xFA28F1) is known color: Razzle Dazzle Rose. HEX triplet: FA, 28 and F1. RGB value is (250,40,241). Sum of RGB (Red+Green+Blue) = 250+40+241=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 40 (16.02% from 255 or 7.53% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA28F1 is #05D70E. Grayscale: #7D7D7D. Windows color (decimal): -382735 or 15804666. OLE color: 15804666.
HSL color Cylindrical-coordinate representation of color #FA28F1: hue angle of 302.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 #FA28F1 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 241 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.02 |
| HSL | 302.57º | 0.95% | 0.57% | - |
| HSV(B) | 302.57º | 0.84% | 0.98% | - |
| XYZ | 56.06 | 28.19 | 85.71 | - |
| YUV | 125.7 | 193.07 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 241 | 0 | 0.84 | 0.04 | 0.02 | 302.57 | 0.95 | 0.57 |
| Hex | FA | 28 | F1 | 0 | 54 | 4 | 2 | 12F | 5F | 39 |
| Octal | 372 | 50 | 361 | 0 | 124 | 4 | 2 | 457 | 137 | 71 |
| Binary | 11111010 | 101000 | 11110001 | 0 | 1010100 | 100 | 10 | 100101111 | 1011111 | 111001 |
Color Harmonies of #FA28F1
Complementary color
Monochromatic Colors of #FA28F1
Black with #FA28F1
Text Example
Text Example
White with #FA28F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28F1; }
p { color: rgb(250,40,241); }
H1.HeaderClassName
{
color: #FA28F1;
}
.AnyTagClassName
{
color: #FA28F1;
}
</style>
background-color css
<style>
a { background-color: #FA28F1; }
a { background-color: rgb(250,40,241); }
div.DivClassName
{
background-color: #FA28F1;
}
.BgClassName
{
background-color: #FA28F1;
}
</style>
border-color css
<style>
span { border-color: #FA28F1; }
span { border-color: rgb(250,40,241); }
td.TdClassName
{
border-color: #FA28F1;
}
.TagClassName
{
border-color: #FA28F1;
}
</style>