Shades of Razzle Dazzle Rose #FB20CA
Tints of Razzle Dazzle Rose #FB20CA
RGB
CMYK
RGB Variations
Color information
#FB20CA (or 0xFB20CA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 20 and CA. RGB value is (251,32,202). Sum of RGB (Red+Green+Blue) = 251+32+202=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB20CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB20CA is #04DF35. Grayscale: #747474. Windows color (decimal): -319286 or 13246715. OLE color: 13246715.
HSL color Cylindrical-coordinate representation of color #FB20CA: hue angle of 313.42º 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 #FB20CA is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 202 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.02 |
| HSL | 313.42º | 0.96% | 0.55% | - |
| HSV(B) | 313.42º | 0.87% | 0.98% | - |
| XYZ | 50.96 | 25.81 | 58.17 | - |
| YUV | 116.86 | 176.05 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 202 | 0 | 0.87 | 0.20 | 0.02 | 313.42 | 0.96 | 0.55 |
| Hex | FB | 20 | CA | 0 | 57 | 14 | 2 | 139 | 60 | 37 |
| Octal | 373 | 40 | 312 | 0 | 127 | 24 | 2 | 471 | 140 | 67 |
| Binary | 11111011 | 100000 | 11001010 | 0 | 1010111 | 10100 | 10 | 100111001 | 1100000 | 110111 |
Color Harmonies of #FB20CA
Complementary color
Monochromatic Colors of #FB20CA
Black with #FB20CA
Text Example
Text Example
White with #FB20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB20CA; }
p { color: rgb(251,32,202); }
H1.HeaderClassName
{
color: #FB20CA;
}
.AnyTagClassName
{
color: #FB20CA;
}
</style>
background-color css
<style>
a { background-color: #FB20CA; }
a { background-color: rgb(251,32,202); }
div.DivClassName
{
background-color: #FB20CA;
}
.BgClassName
{
background-color: #FB20CA;
}
</style>
border-color css
<style>
span { border-color: #FB20CA; }
span { border-color: rgb(251,32,202); }
td.TdClassName
{
border-color: #FB20CA;
}
.TagClassName
{
border-color: #FB20CA;
}
</style>