Shades of Razzle Dazzle Rose #FF20CA
Tints of Razzle Dazzle Rose #FF20CA
RGB
CMYK
RGB Variations
Color information
#FF20CA (or 0xFF20CA) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and CA. RGB value is (255,32,202). Sum of RGB (Red+Green+Blue) = 255+32+202=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 32 (12.89% from 255 or 6.54% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20CA is #00DF35. Grayscale: #757575. Windows color (decimal): -57142 or 13246719. OLE color: 13246719.
HSL color Cylindrical-coordinate representation of color #FF20CA: hue angle of 314.26º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF20CA is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 202 | - |
| CMYK | 0 | 0.87 | 0.21 | 0 |
| HSL | 314.26º | 1% | 0.56% | - |
| HSV(B) | 314.26º | 0.87% | 1% | - |
| XYZ | 52.42 | 26.56 | 58.24 | - |
| YUV | 118.06 | 175.38 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 202 | 0 | 0.87 | 0.21 | 0 | 314.26 | 1 | 0.56 |
| Hex | FF | 20 | CA | 0 | 57 | 15 | 0 | 13A | 64 | 38 |
| Octal | 377 | 40 | 312 | 0 | 127 | 25 | 0 | 472 | 144 | 70 |
| Binary | 11111111 | 100000 | 11001010 | 0 | 1010111 | 10101 | 0 | 100111010 | 1100100 | 111000 |
Color Harmonies of #FF20CA
Complementary color
Monochromatic Colors of #FF20CA
Black with #FF20CA
Text Example
Text Example
White with #FF20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20CA; }
p { color: rgb(255,32,202); }
H1.HeaderClassName
{
color: #FF20CA;
}
.AnyTagClassName
{
color: #FF20CA;
}
</style>
background-color css
<style>
a { background-color: #FF20CA; }
a { background-color: rgb(255,32,202); }
div.DivClassName
{
background-color: #FF20CA;
}
.BgClassName
{
background-color: #FF20CA;
}
</style>
border-color css
<style>
span { border-color: #FF20CA; }
span { border-color: rgb(255,32,202); }
td.TdClassName
{
border-color: #FF20CA;
}
.TagClassName
{
border-color: #FF20CA;
}
</style>