Shades of Razzle Dazzle Rose #FA21C8
Tints of Razzle Dazzle Rose #FA21C8
RGB
CMYK
RGB Variations
Color information
#FA21C8 (or 0xFA21C8) is known color: Razzle Dazzle Rose. HEX triplet: FA, 21 and C8. RGB value is (250,33,200). Sum of RGB (Red+Green+Blue) = 250+33+200=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 33 (13.28% from 255 or 6.83% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA21C8 is #05DE37. Grayscale: #747474. Windows color (decimal): -384568 or 13115898. OLE color: 13115898.
HSL color Cylindrical-coordinate representation of color #FA21C8: hue angle of 313.82º 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 #FA21C8 is Cyan = 0, Magento = 0.87, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 200 | - |
| CMYK | 0 | 0.87 | 0.2 | 0.02 |
| HSL | 313.82º | 0.96% | 0.55% | - |
| HSV(B) | 313.82º | 0.87% | 0.98% | - |
| XYZ | 50.39 | 25.58 | 56.93 | - |
| YUV | 116.92 | 174.89 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 200 | 0 | 0.87 | 0.2 | 0.02 | 313.82 | 0.96 | 0.55 |
| Hex | FA | 21 | C8 | 0 | 57 | 14 | 2 | 13A | 60 | 37 |
| Octal | 372 | 41 | 310 | 0 | 127 | 24 | 2 | 472 | 140 | 67 |
| Binary | 11111010 | 100001 | 11001000 | 0 | 1010111 | 10100 | 10 | 100111010 | 1100000 | 110111 |
Color Harmonies of #FA21C8
Complementary color
Monochromatic Colors of #FA21C8
Black with #FA21C8
Text Example
Text Example
White with #FA21C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA21C8; }
p { color: rgb(250,33,200); }
H1.HeaderClassName
{
color: #FA21C8;
}
.AnyTagClassName
{
color: #FA21C8;
}
</style>
background-color css
<style>
a { background-color: #FA21C8; }
a { background-color: rgb(250,33,200); }
div.DivClassName
{
background-color: #FA21C8;
}
.BgClassName
{
background-color: #FA21C8;
}
</style>
border-color css
<style>
span { border-color: #FA21C8; }
span { border-color: rgb(250,33,200); }
td.TdClassName
{
border-color: #FA21C8;
}
.TagClassName
{
border-color: #FA21C8;
}
</style>