Shades of Razzle Dazzle Rose #FA2EC7
Tints of Razzle Dazzle Rose #FA2EC7
RGB
CMYK
RGB Variations
Color information
#FA2EC7 (or 0xFA2EC7) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2E and C7. RGB value is (250,46,199). Sum of RGB (Red+Green+Blue) = 250+46+199=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 46 (18.36% from 255 or 9.29% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2EC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2EC7 is #05D138. Grayscale: #7C7C7C. Windows color (decimal): -381241 or 13053690. OLE color: 13053690.
HSL color Cylindrical-coordinate representation of color #FA2EC7: hue angle of 315º 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 #FA2EC7 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 199 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.02 |
| HSL | 315º | 0.95% | 0.58% | - |
| HSV(B) | 315º | 0.82% | 0.98% | - |
| XYZ | 50.71 | 26.4 | 56.46 | - |
| YUV | 124.44 | 170.09 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 199 | 0 | 0.82 | 0.20 | 0.02 | 315 | 0.95 | 0.58 |
| Hex | FA | 2E | C7 | 0 | 52 | 14 | 2 | 13B | 5F | 3A |
| Octal | 372 | 56 | 307 | 0 | 122 | 24 | 2 | 473 | 137 | 72 |
| Binary | 11111010 | 101110 | 11000111 | 0 | 1010010 | 10100 | 10 | 100111011 | 1011111 | 111010 |
Color Harmonies of #FA2EC7
Complementary color
Monochromatic Colors of #FA2EC7
Black with #FA2EC7
Text Example
Text Example
White with #FA2EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2EC7; }
p { color: rgb(250,46,199); }
H1.HeaderClassName
{
color: #FA2EC7;
}
.AnyTagClassName
{
color: #FA2EC7;
}
</style>
background-color css
<style>
a { background-color: #FA2EC7; }
a { background-color: rgb(250,46,199); }
div.DivClassName
{
background-color: #FA2EC7;
}
.BgClassName
{
background-color: #FA2EC7;
}
</style>
border-color css
<style>
span { border-color: #FA2EC7; }
span { border-color: rgb(250,46,199); }
td.TdClassName
{
border-color: #FA2EC7;
}
.TagClassName
{
border-color: #FA2EC7;
}
</style>