Shades of Razzle Dazzle Rose #FA2AD2
Tints of Razzle Dazzle Rose #FA2AD2
RGB
CMYK
RGB Variations
Color information
#FA2AD2 (or 0xFA2AD2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2A and D2. RGB value is (250,42,210). Sum of RGB (Red+Green+Blue) = 250+42+210=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 42 (16.80% from 255 or 8.37% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2AD2 is #05D52D. Grayscale: #7A7A7A. Windows color (decimal): -382254 or 13773562. OLE color: 13773562.
HSL color Cylindrical-coordinate representation of color #FA2AD2: hue angle of 311.54º 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 #FA2AD2 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 210 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.02 |
| HSL | 311.54º | 0.95% | 0.57% | - |
| HSV(B) | 311.54º | 0.83% | 0.98% | - |
| XYZ | 51.89 | 26.63 | 63.38 | - |
| YUV | 123.34 | 176.91 | 218.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 210 | 0 | 0.83 | 0.16 | 0.02 | 311.54 | 0.95 | 0.57 |
| Hex | FA | 2A | D2 | 0 | 53 | 10 | 2 | 138 | 5F | 39 |
| Octal | 372 | 52 | 322 | 0 | 123 | 20 | 2 | 470 | 137 | 71 |
| Binary | 11111010 | 101010 | 11010010 | 0 | 1010011 | 10000 | 10 | 100111000 | 1011111 | 111001 |
Color Harmonies of #FA2AD2
Complementary color
Monochromatic Colors of #FA2AD2
Black with #FA2AD2
Text Example
Text Example
White with #FA2AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AD2; }
p { color: rgb(250,42,210); }
H1.HeaderClassName
{
color: #FA2AD2;
}
.AnyTagClassName
{
color: #FA2AD2;
}
</style>
background-color css
<style>
a { background-color: #FA2AD2; }
a { background-color: rgb(250,42,210); }
div.DivClassName
{
background-color: #FA2AD2;
}
.BgClassName
{
background-color: #FA2AD2;
}
</style>
border-color css
<style>
span { border-color: #FA2AD2; }
span { border-color: rgb(250,42,210); }
td.TdClassName
{
border-color: #FA2AD2;
}
.TagClassName
{
border-color: #FA2AD2;
}
</style>