Shades of Razzle Dazzle Rose #FF27C0
Tints of Razzle Dazzle Rose #FF27C0
RGB
CMYK
RGB Variations
Color information
#FF27C0 (or 0xFF27C0) is known color: Razzle Dazzle Rose. HEX triplet: FF, 27 and C0. RGB value is (255,39,192). Sum of RGB (Red+Green+Blue) = 255+39+192=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FF27C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF27C0 is #00D83F. Grayscale: #787878. Windows color (decimal): -55360 or 12593151. OLE color: 12593151.
HSL color Cylindrical-coordinate representation of color #FF27C0: hue angle of 317.5º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF27C0 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 192 | - |
| CMYK | 0 | 0.85 | 0.25 | 0 |
| HSL | 317.5º | 1% | 0.58% | - |
| HSV(B) | 317.5º | 0.85% | 1% | - |
| XYZ | 51.48 | 26.52 | 52.27 | - |
| YUV | 121.03 | 168.06 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 192 | 0 | 0.85 | 0.25 | 0 | 317.5 | 1 | 0.58 |
| Hex | FF | 27 | C0 | 0 | 55 | 19 | 0 | 13E | 64 | 3A |
| Octal | 377 | 47 | 300 | 0 | 125 | 31 | 0 | 476 | 144 | 72 |
| Binary | 11111111 | 100111 | 11000000 | 0 | 1010101 | 11001 | 0 | 100111110 | 1100100 | 111010 |
Color Harmonies of #FF27C0
Complementary color
Monochromatic Colors of #FF27C0
Black with #FF27C0
Text Example
Text Example
White with #FF27C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF27C0; }
p { color: rgb(255,39,192); }
H1.HeaderClassName
{
color: #FF27C0;
}
.AnyTagClassName
{
color: #FF27C0;
}
</style>
background-color css
<style>
a { background-color: #FF27C0; }
a { background-color: rgb(255,39,192); }
div.DivClassName
{
background-color: #FF27C0;
}
.BgClassName
{
background-color: #FF27C0;
}
</style>
border-color css
<style>
span { border-color: #FF27C0; }
span { border-color: rgb(255,39,192); }
td.TdClassName
{
border-color: #FF27C0;
}
.TagClassName
{
border-color: #FF27C0;
}
</style>