Shades of Razzle Dazzle Rose #FA2EEF
Tints of Razzle Dazzle Rose #FA2EEF
RGB
CMYK
RGB Variations
Color information
#FA2EEF (or 0xFA2EEF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and EF. RGB value is (250,46,239). Sum of RGB (Red+Green+Blue) = 250+46+239=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 46 (18.36% from 255 or 8.60% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2EEF is #05D110. Grayscale: #808080. Windows color (decimal): -381201 or 15675130. OLE color: 15675130.
HSL color Cylindrical-coordinate representation of color #FA2EEF: hue angle of 303.24º 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 #FA2EEF is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 239 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.02 |
| HSL | 303.24º | 0.95% | 0.58% | - |
| HSV(B) | 303.24º | 0.82% | 0.98% | - |
| XYZ | 55.98 | 28.51 | 84.21 | - |
| YUV | 129 | 190.09 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 239 | 0 | 0.82 | 0.04 | 0.02 | 303.24 | 0.95 | 0.58 |
| Hex | FA | 2E | EF | 0 | 52 | 4 | 2 | 12F | 5F | 3A |
| Octal | 372 | 56 | 357 | 0 | 122 | 4 | 2 | 457 | 137 | 72 |
| Binary | 11111010 | 101110 | 11101111 | 0 | 1010010 | 100 | 10 | 100101111 | 1011111 | 111010 |
Color Harmonies of #FA2EEF
Complementary color
Monochromatic Colors of #FA2EEF
Black with #FA2EEF
Text Example
Text Example
White with #FA2EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2EEF; }
p { color: rgb(250,46,239); }
H1.HeaderClassName
{
color: #FA2EEF;
}
.AnyTagClassName
{
color: #FA2EEF;
}
</style>
background-color css
<style>
a { background-color: #FA2EEF; }
a { background-color: rgb(250,46,239); }
div.DivClassName
{
background-color: #FA2EEF;
}
.BgClassName
{
background-color: #FA2EEF;
}
</style>
border-color css
<style>
span { border-color: #FA2EEF; }
span { border-color: rgb(250,46,239); }
td.TdClassName
{
border-color: #FA2EEF;
}
.TagClassName
{
border-color: #FA2EEF;
}
</style>