Shades of Razzle Dazzle Rose #FA3EC6
Tints of Razzle Dazzle Rose #FA3EC6
RGB
CMYK
RGB Variations
Color information
#FA3EC6 (or 0xFA3EC6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3E and C6. RGB value is (250,62,198). Sum of RGB (Red+Green+Blue) = 250+62+198=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 62 (24.61% from 255 or 12.16% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA3EC6 is #05C139. Grayscale: #858585. Windows color (decimal): -377146 or 12992250. OLE color: 12992250.
HSL color Cylindrical-coordinate representation of color #FA3EC6: hue angle of 316.6º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3EC6 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 198 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.02 |
| HSL | 316.6º | 0.95% | 0.61% | - |
| HSV(B) | 316.6º | 0.75% | 0.98% | - |
| XYZ | 51.34 | 27.85 | 56.1 | - |
| YUV | 133.72 | 164.28 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 198 | 0 | 0.75 | 0.21 | 0.02 | 316.6 | 0.95 | 0.61 |
| Hex | FA | 3E | C6 | 0 | 4B | 15 | 2 | 13D | 5F | 3D |
| Octal | 372 | 76 | 306 | 0 | 113 | 25 | 2 | 475 | 137 | 75 |
| Binary | 11111010 | 111110 | 11000110 | 0 | 1001011 | 10101 | 10 | 100111101 | 1011111 | 111101 |
Color Harmonies of #FA3EC6
Complementary color
Monochromatic Colors of #FA3EC6
Black with #FA3EC6
Text Example
Text Example
White with #FA3EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3EC6; }
p { color: rgb(250,62,198); }
H1.HeaderClassName
{
color: #FA3EC6;
}
.AnyTagClassName
{
color: #FA3EC6;
}
</style>
background-color css
<style>
a { background-color: #FA3EC6; }
a { background-color: rgb(250,62,198); }
div.DivClassName
{
background-color: #FA3EC6;
}
.BgClassName
{
background-color: #FA3EC6;
}
</style>
border-color css
<style>
span { border-color: #FA3EC6; }
span { border-color: rgb(250,62,198); }
td.TdClassName
{
border-color: #FA3EC6;
}
.TagClassName
{
border-color: #FA3EC6;
}
</style>