Shades of Razzle Dazzle Rose #FF20CE
Tints of Razzle Dazzle Rose #FF20CE
RGB
CMYK
RGB Variations
Color information
#FF20CE (or 0xFF20CE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 20 and CE. RGB value is (255,32,206). Sum of RGB (Red+Green+Blue) = 255+32+206=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 32 (12.89% from 255 or 6.49% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF20CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF20CE is #00DF31. Grayscale: #767676. Windows color (decimal): -57138 or 13508863. OLE color: 13508863.
HSL color Cylindrical-coordinate representation of color #FF20CE: hue angle of 313.18º 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 #FF20CE is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 206 | - |
| CMYK | 0 | 0.87 | 0.19 | 0 |
| HSL | 313.18º | 1% | 0.56% | - |
| HSV(B) | 313.18º | 0.87% | 1% | - |
| XYZ | 52.9 | 26.75 | 60.77 | - |
| YUV | 118.51 | 177.38 | 225.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 206 | 0 | 0.87 | 0.19 | 0 | 313.18 | 1 | 0.56 |
| Hex | FF | 20 | CE | 0 | 57 | 13 | 0 | 139 | 64 | 38 |
| Octal | 377 | 40 | 316 | 0 | 127 | 23 | 0 | 471 | 144 | 70 |
| Binary | 11111111 | 100000 | 11001110 | 0 | 1010111 | 10011 | 0 | 100111001 | 1100100 | 111000 |
Color Harmonies of #FF20CE
Complementary color
Monochromatic Colors of #FF20CE
Black with #FF20CE
Text Example
Text Example
White with #FF20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF20CE; }
p { color: rgb(255,32,206); }
H1.HeaderClassName
{
color: #FF20CE;
}
.AnyTagClassName
{
color: #FF20CE;
}
</style>
background-color css
<style>
a { background-color: #FF20CE; }
a { background-color: rgb(255,32,206); }
div.DivClassName
{
background-color: #FF20CE;
}
.BgClassName
{
background-color: #FF20CE;
}
</style>
border-color css
<style>
span { border-color: #FF20CE; }
span { border-color: rgb(255,32,206); }
td.TdClassName
{
border-color: #FF20CE;
}
.TagClassName
{
border-color: #FF20CE;
}
</style>