Shades of Razzle Dazzle Rose #FA20CC
Tints of Razzle Dazzle Rose #FA20CC
RGB
CMYK
RGB Variations
Color information
#FA20CC (or 0xFA20CC) is known color: Razzle Dazzle Rose. HEX triplet: FA, 20 and CC. RGB value is (250,32,204). Sum of RGB (Red+Green+Blue) = 250+32+204=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20CC is #05DF33. Grayscale: #747474. Windows color (decimal): -384820 or 13377786. OLE color: 13377786.
HSL color Cylindrical-coordinate representation of color #FA20CC: hue angle of 312.66º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA20CC is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 204 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.02 |
| HSL | 312.66º | 0.96% | 0.55% | - |
| HSV(B) | 312.66º | 0.87% | 0.98% | - |
| XYZ | 50.84 | 25.72 | 59.41 | - |
| YUV | 116.79 | 177.22 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 204 | 0 | 0.87 | 0.18 | 0.02 | 312.66 | 0.96 | 0.55 |
| Hex | FA | 20 | CC | 0 | 57 | 12 | 2 | 139 | 60 | 37 |
| Octal | 372 | 40 | 314 | 0 | 127 | 22 | 2 | 471 | 140 | 67 |
| Binary | 11111010 | 100000 | 11001100 | 0 | 1010111 | 10010 | 10 | 100111001 | 1100000 | 110111 |
Color Harmonies of #FA20CC
Complementary color
Monochromatic Colors of #FA20CC
Black with #FA20CC
Text Example
Text Example
White with #FA20CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20CC; }
p { color: rgb(250,32,204); }
H1.HeaderClassName
{
color: #FA20CC;
}
.AnyTagClassName
{
color: #FA20CC;
}
</style>
background-color css
<style>
a { background-color: #FA20CC; }
a { background-color: rgb(250,32,204); }
div.DivClassName
{
background-color: #FA20CC;
}
.BgClassName
{
background-color: #FA20CC;
}
</style>
border-color css
<style>
span { border-color: #FA20CC; }
span { border-color: rgb(250,32,204); }
td.TdClassName
{
border-color: #FA20CC;
}
.TagClassName
{
border-color: #FA20CC;
}
</style>