Shades of Razzle Dazzle Rose #FA2AD3
Tints of Razzle Dazzle Rose #FA2AD3
RGB
CMYK
RGB Variations
Color information
#FA2AD3 (or 0xFA2AD3) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2A and D3. RGB value is (250,42,211). Sum of RGB (Red+Green+Blue) = 250+42+211=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 42 (16.80% from 255 or 8.35% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2AD3 is #05D52C. Grayscale: #7A7A7A. Windows color (decimal): -382253 or 13839098. OLE color: 13839098.
HSL color Cylindrical-coordinate representation of color #FA2AD3: hue angle of 311.25º 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 #FA2AD3 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 211 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.02 |
| HSL | 311.25º | 0.95% | 0.57% | - |
| HSV(B) | 311.25º | 0.83% | 0.98% | - |
| XYZ | 52.01 | 26.68 | 64.04 | - |
| YUV | 123.46 | 177.41 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 211 | 0 | 0.83 | 0.16 | 0.02 | 311.25 | 0.95 | 0.57 |
| Hex | FA | 2A | D3 | 0 | 53 | 10 | 2 | 137 | 5F | 39 |
| Octal | 372 | 52 | 323 | 0 | 123 | 20 | 2 | 467 | 137 | 71 |
| Binary | 11111010 | 101010 | 11010011 | 0 | 1010011 | 10000 | 10 | 100110111 | 1011111 | 111001 |
Color Harmonies of #FA2AD3
Complementary color
Monochromatic Colors of #FA2AD3
Black with #FA2AD3
Text Example
Text Example
White with #FA2AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AD3; }
p { color: rgb(250,42,211); }
H1.HeaderClassName
{
color: #FA2AD3;
}
.AnyTagClassName
{
color: #FA2AD3;
}
</style>
background-color css
<style>
a { background-color: #FA2AD3; }
a { background-color: rgb(250,42,211); }
div.DivClassName
{
background-color: #FA2AD3;
}
.BgClassName
{
background-color: #FA2AD3;
}
</style>
border-color css
<style>
span { border-color: #FA2AD3; }
span { border-color: rgb(250,42,211); }
td.TdClassName
{
border-color: #FA2AD3;
}
.TagClassName
{
border-color: #FA2AD3;
}
</style>