Shades of Razzle Dazzle Rose #FA20D0
Tints of Razzle Dazzle Rose #FA20D0
RGB
CMYK
RGB Variations
Color information
#FA20D0 (or 0xFA20D0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 20 and D0. RGB value is (250,32,208). Sum of RGB (Red+Green+Blue) = 250+32+208=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20D0 is #05DF2F. Grayscale: #747474. Windows color (decimal): -384816 or 13639930. OLE color: 13639930.
HSL color Cylindrical-coordinate representation of color #FA20D0: hue angle of 311.56º 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 #FA20D0 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 208 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.02 |
| HSL | 311.56º | 0.96% | 0.55% | - |
| HSV(B) | 311.56º | 0.87% | 0.98% | - |
| XYZ | 51.33 | 25.91 | 61.97 | - |
| YUV | 117.25 | 179.22 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 208 | 0 | 0.87 | 0.17 | 0.02 | 311.56 | 0.96 | 0.55 |
| Hex | FA | 20 | D0 | 0 | 57 | 11 | 2 | 138 | 60 | 37 |
| Octal | 372 | 40 | 320 | 0 | 127 | 21 | 2 | 470 | 140 | 67 |
| Binary | 11111010 | 100000 | 11010000 | 0 | 1010111 | 10001 | 10 | 100111000 | 1100000 | 110111 |
Color Harmonies of #FA20D0
Complementary color
Monochromatic Colors of #FA20D0
Black with #FA20D0
Text Example
Text Example
White with #FA20D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20D0; }
p { color: rgb(250,32,208); }
H1.HeaderClassName
{
color: #FA20D0;
}
.AnyTagClassName
{
color: #FA20D0;
}
</style>
background-color css
<style>
a { background-color: #FA20D0; }
a { background-color: rgb(250,32,208); }
div.DivClassName
{
background-color: #FA20D0;
}
.BgClassName
{
background-color: #FA20D0;
}
</style>
border-color css
<style>
span { border-color: #FA20D0; }
span { border-color: rgb(250,32,208); }
td.TdClassName
{
border-color: #FA20D0;
}
.TagClassName
{
border-color: #FA20D0;
}
</style>