Shades of Razzle Dazzle Rose #FA2AD0
Tints of Razzle Dazzle Rose #FA2AD0
RGB
CMYK
RGB Variations
Color information
#FA2AD0 (or 0xFA2AD0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2A and D0. RGB value is (250,42,208). Sum of RGB (Red+Green+Blue) = 250+42+208=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 42 (16.80% from 255 or 8.4% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2AD0 is #05D52F. Grayscale: #7A7A7A. Windows color (decimal): -382256 or 13642490. OLE color: 13642490.
HSL color Cylindrical-coordinate representation of color #FA2AD0: hue angle of 312.12º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2AD0 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 208 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.02 |
| HSL | 312.12º | 0.95% | 0.57% | - |
| HSV(B) | 312.12º | 0.83% | 0.98% | - |
| XYZ | 51.64 | 26.53 | 62.07 | - |
| YUV | 123.12 | 175.91 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 208 | 0 | 0.83 | 0.17 | 0.02 | 312.12 | 0.95 | 0.57 |
| Hex | FA | 2A | D0 | 0 | 53 | 11 | 2 | 138 | 5F | 39 |
| Octal | 372 | 52 | 320 | 0 | 123 | 21 | 2 | 470 | 137 | 71 |
| Binary | 11111010 | 101010 | 11010000 | 0 | 1010011 | 10001 | 10 | 100111000 | 1011111 | 111001 |
Color Harmonies of #FA2AD0
Complementary color
Monochromatic Colors of #FA2AD0
Black with #FA2AD0
Text Example
Text Example
White with #FA2AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AD0; }
p { color: rgb(250,42,208); }
H1.HeaderClassName
{
color: #FA2AD0;
}
.AnyTagClassName
{
color: #FA2AD0;
}
</style>
background-color css
<style>
a { background-color: #FA2AD0; }
a { background-color: rgb(250,42,208); }
div.DivClassName
{
background-color: #FA2AD0;
}
.BgClassName
{
background-color: #FA2AD0;
}
</style>
border-color css
<style>
span { border-color: #FA2AD0; }
span { border-color: rgb(250,42,208); }
td.TdClassName
{
border-color: #FA2AD0;
}
.TagClassName
{
border-color: #FA2AD0;
}
</style>