Shades of Razzle Dazzle Rose #FA3CE6
Tints of Razzle Dazzle Rose #FA3CE6
RGB
CMYK
RGB Variations
Color information
#FA3CE6 (or 0xFA3CE6) is known color: Razzle Dazzle Rose. HEX triplet: FA, 3C and E6. RGB value is (250,60,230). Sum of RGB (Red+Green+Blue) = 250+60+230=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 60 (23.83% from 255 or 11.11% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3CE6 is #05C319. Grayscale: #878787. Windows color (decimal): -377626 or 15088890. OLE color: 15088890.
HSL color Cylindrical-coordinate representation of color #FA3CE6: hue angle of 306.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3CE6 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 230 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.02 |
| HSL | 306.32º | 0.95% | 0.61% | - |
| HSV(B) | 306.32º | 0.76% | 0.98% | - |
| XYZ | 55.32 | 29.27 | 77.6 | - |
| YUV | 136.19 | 180.95 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 230 | 0 | 0.76 | 0.08 | 0.02 | 306.32 | 0.95 | 0.61 |
| Hex | FA | 3C | E6 | 0 | 4C | 8 | 2 | 132 | 5F | 3D |
| Octal | 372 | 74 | 346 | 0 | 114 | 10 | 2 | 462 | 137 | 75 |
| Binary | 11111010 | 111100 | 11100110 | 0 | 1001100 | 1000 | 10 | 100110010 | 1011111 | 111101 |
Color Harmonies of #FA3CE6
Complementary color
Monochromatic Colors of #FA3CE6
Black with #FA3CE6
Text Example
Text Example
White with #FA3CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3CE6; }
p { color: rgb(250,60,230); }
H1.HeaderClassName
{
color: #FA3CE6;
}
.AnyTagClassName
{
color: #FA3CE6;
}
</style>
background-color css
<style>
a { background-color: #FA3CE6; }
a { background-color: rgb(250,60,230); }
div.DivClassName
{
background-color: #FA3CE6;
}
.BgClassName
{
background-color: #FA3CE6;
}
</style>
border-color css
<style>
span { border-color: #FA3CE6; }
span { border-color: rgb(250,60,230); }
td.TdClassName
{
border-color: #FA3CE6;
}
.TagClassName
{
border-color: #FA3CE6;
}
</style>