Shades of Razzle Dazzle Rose #FA2FC0
Tints of Razzle Dazzle Rose #FA2FC0
RGB
CMYK
RGB Variations
Color information
#FA2FC0 (or 0xFA2FC0) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and C0. RGB value is (250,47,192). Sum of RGB (Red+Green+Blue) = 250+47+192=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 47 (18.75% from 255 or 9.61% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2FC0 is #05D03F. Grayscale: #7B7B7B. Windows color (decimal): -380992 or 12595194. OLE color: 12595194.
HSL color Cylindrical-coordinate representation of color #FA2FC0: hue angle of 317.14º 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 #FA2FC0 is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 192 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.02 |
| HSL | 317.14º | 0.95% | 0.58% | - |
| HSV(B) | 317.14º | 0.81% | 0.98% | - |
| XYZ | 49.96 | 26.16 | 52.29 | - |
| YUV | 124.23 | 166.25 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 192 | 0 | 0.81 | 0.23 | 0.02 | 317.14 | 0.95 | 0.58 |
| Hex | FA | 2F | C0 | 0 | 51 | 17 | 2 | 13D | 5F | 3A |
| Octal | 372 | 57 | 300 | 0 | 121 | 27 | 2 | 475 | 137 | 72 |
| Binary | 11111010 | 101111 | 11000000 | 0 | 1010001 | 10111 | 10 | 100111101 | 1011111 | 111010 |
Color Harmonies of #FA2FC0
Complementary color
Monochromatic Colors of #FA2FC0
Black with #FA2FC0
Text Example
Text Example
White with #FA2FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FC0; }
p { color: rgb(250,47,192); }
H1.HeaderClassName
{
color: #FA2FC0;
}
.AnyTagClassName
{
color: #FA2FC0;
}
</style>
background-color css
<style>
a { background-color: #FA2FC0; }
a { background-color: rgb(250,47,192); }
div.DivClassName
{
background-color: #FA2FC0;
}
.BgClassName
{
background-color: #FA2FC0;
}
</style>
border-color css
<style>
span { border-color: #FA2FC0; }
span { border-color: rgb(250,47,192); }
td.TdClassName
{
border-color: #FA2FC0;
}
.TagClassName
{
border-color: #FA2FC0;
}
</style>