Shades of Razzle Dazzle Rose #FA28DF
Tints of Razzle Dazzle Rose #FA28DF
RGB
CMYK
RGB Variations
Color information
#FA28DF (or 0xFA28DF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 28 and DF. RGB value is (250,40,223). Sum of RGB (Red+Green+Blue) = 250+40+223=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 40 (16.02% from 255 or 7.80% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA28DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA28DF is #05D720. Grayscale: #7B7B7B. Windows color (decimal): -382753 or 14625018. OLE color: 14625018.
HSL color Cylindrical-coordinate representation of color #FA28DF: hue angle of 307.71º 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 #FA28DF is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 40 | 223 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.02 |
| HSL | 307.71º | 0.95% | 0.57% | - |
| HSV(B) | 307.71º | 0.84% | 0.98% | - |
| XYZ | 53.5 | 27.17 | 72.24 | - |
| YUV | 123.65 | 184.07 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 40 | 223 | 0 | 0.84 | 0.11 | 0.02 | 307.71 | 0.95 | 0.57 |
| Hex | FA | 28 | DF | 0 | 54 | B | 2 | 134 | 5F | 39 |
| Octal | 372 | 50 | 337 | 0 | 124 | 13 | 2 | 464 | 137 | 71 |
| Binary | 11111010 | 101000 | 11011111 | 0 | 1010100 | 1011 | 10 | 100110100 | 1011111 | 111001 |
Color Harmonies of #FA28DF
Complementary color
Monochromatic Colors of #FA28DF
Black with #FA28DF
Text Example
Text Example
White with #FA28DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA28DF; }
p { color: rgb(250,40,223); }
H1.HeaderClassName
{
color: #FA28DF;
}
.AnyTagClassName
{
color: #FA28DF;
}
</style>
background-color css
<style>
a { background-color: #FA28DF; }
a { background-color: rgb(250,40,223); }
div.DivClassName
{
background-color: #FA28DF;
}
.BgClassName
{
background-color: #FA28DF;
}
</style>
border-color css
<style>
span { border-color: #FA28DF; }
span { border-color: rgb(250,40,223); }
td.TdClassName
{
border-color: #FA28DF;
}
.TagClassName
{
border-color: #FA28DF;
}
</style>