Shades of Razzle Dazzle Rose #FA2AD6
Tints of Razzle Dazzle Rose #FA2AD6
RGB
CMYK
RGB Variations
Color information
#FA2AD6 (or 0xFA2AD6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2A and D6. RGB value is (250,42,214). Sum of RGB (Red+Green+Blue) = 250+42+214=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 42 (16.80% from 255 or 8.30% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2AD6 is #05D529. Grayscale: #7B7B7B. Windows color (decimal): -382250 or 14035706. OLE color: 14035706.
HSL color Cylindrical-coordinate representation of color #FA2AD6: hue angle of 310.38º 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 #FA2AD6 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 42 | 214 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.02 |
| HSL | 310.38º | 0.95% | 0.57% | - |
| HSV(B) | 310.38º | 0.83% | 0.98% | - |
| XYZ | 52.39 | 26.83 | 66.04 | - |
| YUV | 123.8 | 178.91 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 42 | 214 | 0 | 0.83 | 0.14 | 0.02 | 310.38 | 0.95 | 0.57 |
| Hex | FA | 2A | D6 | 0 | 53 | E | 2 | 136 | 5F | 39 |
| Octal | 372 | 52 | 326 | 0 | 123 | 16 | 2 | 466 | 137 | 71 |
| Binary | 11111010 | 101010 | 11010110 | 0 | 1010011 | 1110 | 10 | 100110110 | 1011111 | 111001 |
Color Harmonies of #FA2AD6
Complementary color
Monochromatic Colors of #FA2AD6
Black with #FA2AD6
Text Example
Text Example
White with #FA2AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2AD6; }
p { color: rgb(250,42,214); }
H1.HeaderClassName
{
color: #FA2AD6;
}
.AnyTagClassName
{
color: #FA2AD6;
}
</style>
background-color css
<style>
a { background-color: #FA2AD6; }
a { background-color: rgb(250,42,214); }
div.DivClassName
{
background-color: #FA2AD6;
}
.BgClassName
{
background-color: #FA2AD6;
}
</style>
border-color css
<style>
span { border-color: #FA2AD6; }
span { border-color: rgb(250,42,214); }
td.TdClassName
{
border-color: #FA2AD6;
}
.TagClassName
{
border-color: #FA2AD6;
}
</style>