Shades of Razzle Dazzle Rose #FA4ECE
Tints of Razzle Dazzle Rose #FA4ECE
RGB
CMYK
RGB Variations
Color information
#FA4ECE (or 0xFA4ECE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 4E and CE. RGB value is (250,78,206). Sum of RGB (Red+Green+Blue) = 250+78+206=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 78 (30.86% from 255 or 14.61% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4ECE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4ECE is #05B131. Grayscale: #8F8F8F. Windows color (decimal): -373042 or 13520634. OLE color: 13520634.
HSL color Cylindrical-coordinate representation of color #FA4ECE: hue angle of 315.35º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4ECE is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 78 | 206 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.02 |
| HSL | 315.35º | 0.95% | 0.64% | - |
| HSV(B) | 315.35º | 0.69% | 0.98% | - |
| XYZ | 53.29 | 30.23 | 61.42 | - |
| YUV | 144.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 78 | 206 | 0 | 0.69 | 0.18 | 0.02 | 315.35 | 0.95 | 0.64 |
| Hex | FA | 4E | CE | 0 | 45 | 12 | 2 | 13B | 5F | 40 |
| Octal | 372 | 116 | 316 | 0 | 105 | 22 | 2 | 473 | 137 | 100 |
| Binary | 11111010 | 1001110 | 11001110 | 0 | 1000101 | 10010 | 10 | 100111011 | 1011111 | 1000000 |
Color Harmonies of #FA4ECE
Complementary color
Monochromatic Colors of #FA4ECE
Black with #FA4ECE
Text Example
Text Example
White with #FA4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4ECE; }
p { color: rgb(250,78,206); }
H1.HeaderClassName
{
color: #FA4ECE;
}
.AnyTagClassName
{
color: #FA4ECE;
}
</style>
background-color css
<style>
a { background-color: #FA4ECE; }
a { background-color: rgb(250,78,206); }
div.DivClassName
{
background-color: #FA4ECE;
}
.BgClassName
{
background-color: #FA4ECE;
}
</style>
border-color css
<style>
span { border-color: #FA4ECE; }
span { border-color: rgb(250,78,206); }
td.TdClassName
{
border-color: #FA4ECE;
}
.TagClassName
{
border-color: #FA4ECE;
}
</style>