Shades of Razzle Dazzle Rose #FA20DF
Tints of Razzle Dazzle Rose #FA20DF
RGB
CMYK
RGB Variations
Color information
#FA20DF (or 0xFA20DF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 20 and DF. RGB value is (250,32,223). Sum of RGB (Red+Green+Blue) = 250+32+223=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 32 (12.89% from 255 or 6.34% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20DF is #05DF20. Grayscale: #767676. Windows color (decimal): -384801 or 14622970. OLE color: 14622970.
HSL color Cylindrical-coordinate representation of color #FA20DF: hue angle of 307.43º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA20DF is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 223 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.02 |
| HSL | 307.43º | 0.96% | 0.55% | - |
| HSV(B) | 307.43º | 0.87% | 0.98% | - |
| XYZ | 53.26 | 26.68 | 72.16 | - |
| YUV | 118.96 | 186.72 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 223 | 0 | 0.87 | 0.11 | 0.02 | 307.43 | 0.96 | 0.55 |
| Hex | FA | 20 | DF | 0 | 57 | B | 2 | 133 | 60 | 37 |
| Octal | 372 | 40 | 337 | 0 | 127 | 13 | 2 | 463 | 140 | 67 |
| Binary | 11111010 | 100000 | 11011111 | 0 | 1010111 | 1011 | 10 | 100110011 | 1100000 | 110111 |
Color Harmonies of #FA20DF
Complementary color
Monochromatic Colors of #FA20DF
Black with #FA20DF
Text Example
Text Example
White with #FA20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20DF; }
p { color: rgb(250,32,223); }
H1.HeaderClassName
{
color: #FA20DF;
}
.AnyTagClassName
{
color: #FA20DF;
}
</style>
background-color css
<style>
a { background-color: #FA20DF; }
a { background-color: rgb(250,32,223); }
div.DivClassName
{
background-color: #FA20DF;
}
.BgClassName
{
background-color: #FA20DF;
}
</style>
border-color css
<style>
span { border-color: #FA20DF; }
span { border-color: rgb(250,32,223); }
td.TdClassName
{
border-color: #FA20DF;
}
.TagClassName
{
border-color: #FA20DF;
}
</style>