Shades of Razzle Dazzle Rose #FA3AD2
Tints of Razzle Dazzle Rose #FA3AD2
RGB
CMYK
RGB Variations
Color information
#FA3AD2 (or 0xFA3AD2) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3A and D2. RGB value is (250,58,210). Sum of RGB (Red+Green+Blue) = 250+58+210=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 58 (23.05% from 255 or 11.20% from 518); Blue value is 210 (82.42% from 255 or 40.54% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3AD2 is #05C52D. Grayscale: #848484. Windows color (decimal): -378158 or 13777658. OLE color: 13777658.
HSL color Cylindrical-coordinate representation of color #FA3AD2: hue angle of 312.5º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3AD2 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 210 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.02 |
| HSL | 312.5º | 0.95% | 0.6% | - |
| HSV(B) | 312.5º | 0.77% | 0.98% | - |
| XYZ | 52.57 | 28 | 63.61 | - |
| YUV | 132.74 | 171.61 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 210 | 0 | 0.77 | 0.16 | 0.02 | 312.5 | 0.95 | 0.6 |
| Hex | FA | 3A | D2 | 0 | 4D | 10 | 2 | 138 | 5F | 3C |
| Octal | 372 | 72 | 322 | 0 | 115 | 20 | 2 | 470 | 137 | 74 |
| Binary | 11111010 | 111010 | 11010010 | 0 | 1001101 | 10000 | 10 | 100111000 | 1011111 | 111100 |
Color Harmonies of #FA3AD2
Complementary color
Monochromatic Colors of #FA3AD2
Black with #FA3AD2
Text Example
Text Example
White with #FA3AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3AD2; }
p { color: rgb(250,58,210); }
H1.HeaderClassName
{
color: #FA3AD2;
}
.AnyTagClassName
{
color: #FA3AD2;
}
</style>
background-color css
<style>
a { background-color: #FA3AD2; }
a { background-color: rgb(250,58,210); }
div.DivClassName
{
background-color: #FA3AD2;
}
.BgClassName
{
background-color: #FA3AD2;
}
</style>
border-color css
<style>
span { border-color: #FA3AD2; }
span { border-color: rgb(250,58,210); }
td.TdClassName
{
border-color: #FA3AD2;
}
.TagClassName
{
border-color: #FA3AD2;
}
</style>