Shades of Razzle Dazzle Rose #FA20CF
Tints of Razzle Dazzle Rose #FA20CF
RGB
CMYK
RGB Variations
Color information
#FA20CF (or 0xFA20CF) is known color: Razzle Dazzle Rose. HEX triplet: FA, 20 and CF. RGB value is (250,32,207). Sum of RGB (Red+Green+Blue) = 250+32+207=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA20CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA20CF is #05DF30. Grayscale: #747474. Windows color (decimal): -384817 or 13574394. OLE color: 13574394.
HSL color Cylindrical-coordinate representation of color #FA20CF: hue angle of 311.83º 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 #FA20CF is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 207 | - |
| CMYK | 0 | 0.87 | 0.17 | 0.02 |
| HSL | 311.83º | 0.96% | 0.55% | - |
| HSV(B) | 311.83º | 0.87% | 0.98% | - |
| XYZ | 51.2 | 25.86 | 61.32 | - |
| YUV | 117.13 | 178.72 | 222.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 207 | 0 | 0.87 | 0.17 | 0.02 | 311.83 | 0.96 | 0.55 |
| Hex | FA | 20 | CF | 0 | 57 | 11 | 2 | 138 | 60 | 37 |
| Octal | 372 | 40 | 317 | 0 | 127 | 21 | 2 | 470 | 140 | 67 |
| Binary | 11111010 | 100000 | 11001111 | 0 | 1010111 | 10001 | 10 | 100111000 | 1100000 | 110111 |
Color Harmonies of #FA20CF
Complementary color
Monochromatic Colors of #FA20CF
Black with #FA20CF
Text Example
Text Example
White with #FA20CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20CF; }
p { color: rgb(250,32,207); }
H1.HeaderClassName
{
color: #FA20CF;
}
.AnyTagClassName
{
color: #FA20CF;
}
</style>
background-color css
<style>
a { background-color: #FA20CF; }
a { background-color: rgb(250,32,207); }
div.DivClassName
{
background-color: #FA20CF;
}
.BgClassName
{
background-color: #FA20CF;
}
</style>
border-color css
<style>
span { border-color: #FA20CF; }
span { border-color: rgb(250,32,207); }
td.TdClassName
{
border-color: #FA20CF;
}
.TagClassName
{
border-color: #FA20CF;
}
</style>