Shades of Razzle Dazzle Rose #FA2FEE
Tints of Razzle Dazzle Rose #FA2FEE
RGB
CMYK
RGB Variations
Color information
#FA2FEE (or 0xFA2FEE) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and EE. RGB value is (250,47,238). Sum of RGB (Red+Green+Blue) = 250+47+238=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 47 (18.75% from 255 or 8.79% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2FEE is #05D011. Grayscale: #808080. Windows color (decimal): -380946 or 15609850. OLE color: 15609850.
HSL color Cylindrical-coordinate representation of color #FA2FEE: hue angle of 303.55º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2FEE is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 238 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.02 |
| HSL | 303.55º | 0.95% | 0.58% | - |
| HSV(B) | 303.55º | 0.81% | 0.98% | - |
| XYZ | 55.87 | 28.53 | 83.45 | - |
| YUV | 129.47 | 189.25 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 238 | 0 | 0.81 | 0.05 | 0.02 | 303.55 | 0.95 | 0.58 |
| Hex | FA | 2F | EE | 0 | 51 | 5 | 2 | 130 | 5F | 3A |
| Octal | 372 | 57 | 356 | 0 | 121 | 5 | 2 | 460 | 137 | 72 |
| Binary | 11111010 | 101111 | 11101110 | 0 | 1010001 | 101 | 10 | 100110000 | 1011111 | 111010 |
Color Harmonies of #FA2FEE
Complementary color
Monochromatic Colors of #FA2FEE
Black with #FA2FEE
Text Example
Text Example
White with #FA2FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FEE; }
p { color: rgb(250,47,238); }
H1.HeaderClassName
{
color: #FA2FEE;
}
.AnyTagClassName
{
color: #FA2FEE;
}
</style>
background-color css
<style>
a { background-color: #FA2FEE; }
a { background-color: rgb(250,47,238); }
div.DivClassName
{
background-color: #FA2FEE;
}
.BgClassName
{
background-color: #FA2FEE;
}
</style>
border-color css
<style>
span { border-color: #FA2FEE; }
span { border-color: rgb(250,47,238); }
td.TdClassName
{
border-color: #FA2FEE;
}
.TagClassName
{
border-color: #FA2FEE;
}
</style>