Shades of Razzle Dazzle Rose #FA2FCC
Tints of Razzle Dazzle Rose #FA2FCC
RGB
CMYK
RGB Variations
Color information
#FA2FCC (or 0xFA2FCC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 2F and CC. RGB value is (250,47,204). Sum of RGB (Red+Green+Blue) = 250+47+204=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA2FCC is #05D033. Grayscale: #7D7D7D. Windows color (decimal): -380980 or 13381626. OLE color: 13381626.
HSL color Cylindrical-coordinate representation of color #FA2FCC: hue angle of 313.6º 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 #FA2FCC is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 204 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.02 |
| HSL | 313.6º | 0.95% | 0.58% | - |
| HSV(B) | 313.6º | 0.81% | 0.98% | - |
| XYZ | 51.34 | 26.72 | 59.58 | - |
| YUV | 125.6 | 172.25 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 204 | 0 | 0.81 | 0.18 | 0.02 | 313.6 | 0.95 | 0.58 |
| Hex | FA | 2F | CC | 0 | 51 | 12 | 2 | 13A | 5F | 3A |
| Octal | 372 | 57 | 314 | 0 | 121 | 22 | 2 | 472 | 137 | 72 |
| Binary | 11111010 | 101111 | 11001100 | 0 | 1010001 | 10010 | 10 | 100111010 | 1011111 | 111010 |
Color Harmonies of #FA2FCC
Complementary color
Monochromatic Colors of #FA2FCC
Black with #FA2FCC
Text Example
Text Example
White with #FA2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FCC; }
p { color: rgb(250,47,204); }
H1.HeaderClassName
{
color: #FA2FCC;
}
.AnyTagClassName
{
color: #FA2FCC;
}
</style>
background-color css
<style>
a { background-color: #FA2FCC; }
a { background-color: rgb(250,47,204); }
div.DivClassName
{
background-color: #FA2FCC;
}
.BgClassName
{
background-color: #FA2FCC;
}
</style>
border-color css
<style>
span { border-color: #FA2FCC; }
span { border-color: rgb(250,47,204); }
td.TdClassName
{
border-color: #FA2FCC;
}
.TagClassName
{
border-color: #FA2FCC;
}
</style>