Shades of Razzle Dazzle Rose #FA2ECE
Tints of Razzle Dazzle Rose #FA2ECE
RGB
CMYK
RGB Variations
Color information
#FA2ECE (or 0xFA2ECE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and CE. RGB value is (250,46,206). Sum of RGB (Red+Green+Blue) = 250+46+206=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 46 (18.36% from 255 or 9.16% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2ECE is #05D131. Grayscale: #7C7C7C. Windows color (decimal): -381234 or 13512442. OLE color: 13512442.
HSL color Cylindrical-coordinate representation of color #FA2ECE: hue angle of 312.94º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2ECE is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 206 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.02 |
| HSL | 312.94º | 0.95% | 0.58% | - |
| HSV(B) | 312.94º | 0.82% | 0.98% | - |
| XYZ | 51.54 | 26.73 | 60.84 | - |
| YUV | 125.24 | 173.59 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 206 | 0 | 0.82 | 0.18 | 0.02 | 312.94 | 0.95 | 0.58 |
| Hex | FA | 2E | CE | 0 | 52 | 12 | 2 | 139 | 5F | 3A |
| Octal | 372 | 56 | 316 | 0 | 122 | 22 | 2 | 471 | 137 | 72 |
| Binary | 11111010 | 101110 | 11001110 | 0 | 1010010 | 10010 | 10 | 100111001 | 1011111 | 111010 |
Color Harmonies of #FA2ECE
Complementary color
Monochromatic Colors of #FA2ECE
Black with #FA2ECE
Text Example
Text Example
White with #FA2ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2ECE; }
p { color: rgb(250,46,206); }
H1.HeaderClassName
{
color: #FA2ECE;
}
.AnyTagClassName
{
color: #FA2ECE;
}
</style>
background-color css
<style>
a { background-color: #FA2ECE; }
a { background-color: rgb(250,46,206); }
div.DivClassName
{
background-color: #FA2ECE;
}
.BgClassName
{
background-color: #FA2ECE;
}
</style>
border-color css
<style>
span { border-color: #FA2ECE; }
span { border-color: rgb(250,46,206); }
td.TdClassName
{
border-color: #FA2ECE;
}
.TagClassName
{
border-color: #FA2ECE;
}
</style>