Shades of Razzle Dazzle Rose #FA50CC
Tints of Razzle Dazzle Rose #FA50CC
RGB
CMYK
RGB Variations
Color information
#FA50CC (or 0xFA50CC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 50 and CC. RGB value is (250,80,204). Sum of RGB (Red+Green+Blue) = 250+80+204=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 80 (31.64% from 255 or 14.98% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FA50CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA50CC is #05AF33. Grayscale: #909090. Windows color (decimal): -372532 or 13390074. OLE color: 13390074.
HSL color Cylindrical-coordinate representation of color #FA50CC: hue angle of 316.24º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA50CC is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 204 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.02 |
| HSL | 316.24º | 0.94% | 0.65% | - |
| HSV(B) | 316.24º | 0.68% | 0.98% | - |
| XYZ | 53.19 | 30.42 | 60.2 | - |
| YUV | 144.97 | 161.32 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 204 | 0 | 0.68 | 0.18 | 0.02 | 316.24 | 0.94 | 0.65 |
| Hex | FA | 50 | CC | 0 | 44 | 12 | 2 | 13C | 5E | 41 |
| Octal | 372 | 120 | 314 | 0 | 104 | 22 | 2 | 474 | 136 | 101 |
| Binary | 11111010 | 1010000 | 11001100 | 0 | 1000100 | 10010 | 10 | 100111100 | 1011110 | 1000001 |
Color Harmonies of #FA50CC
Complementary color
Monochromatic Colors of #FA50CC
Black with #FA50CC
Text Example
Text Example
White with #FA50CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA50CC; }
p { color: rgb(250,80,204); }
H1.HeaderClassName
{
color: #FA50CC;
}
.AnyTagClassName
{
color: #FA50CC;
}
</style>
background-color css
<style>
a { background-color: #FA50CC; }
a { background-color: rgb(250,80,204); }
div.DivClassName
{
background-color: #FA50CC;
}
.BgClassName
{
background-color: #FA50CC;
}
</style>
border-color css
<style>
span { border-color: #FA50CC; }
span { border-color: rgb(250,80,204); }
td.TdClassName
{
border-color: #FA50CC;
}
.TagClassName
{
border-color: #FA50CC;
}
</style>