Shades of Razzle Dazzle Rose #FB27C0
Tints of Razzle Dazzle Rose #FB27C0
RGB
CMYK
RGB Variations
Color information
#FB27C0 (or 0xFB27C0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 27 and C0. RGB value is (251,39,192). Sum of RGB (Red+Green+Blue) = 251+39+192=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 39 (15.62% from 255 or 8.09% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB27C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB27C0 is #04D83F. Grayscale: #777777. Windows color (decimal): -317504 or 12593147. OLE color: 12593147.
HSL color Cylindrical-coordinate representation of color #FB27C0: hue angle of 316.7º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB27C0 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 192 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.02 |
| HSL | 316.7º | 0.96% | 0.57% | - |
| HSV(B) | 316.7º | 0.84% | 0.98% | - |
| XYZ | 50.02 | 25.77 | 52.21 | - |
| YUV | 119.83 | 168.74 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 192 | 0 | 0.84 | 0.24 | 0.02 | 316.7 | 0.96 | 0.57 |
| Hex | FB | 27 | C0 | 0 | 54 | 18 | 2 | 13D | 60 | 39 |
| Octal | 373 | 47 | 300 | 0 | 124 | 30 | 2 | 475 | 140 | 71 |
| Binary | 11111011 | 100111 | 11000000 | 0 | 1010100 | 11000 | 10 | 100111101 | 1100000 | 111001 |
Color Harmonies of #FB27C0
Complementary color
Monochromatic Colors of #FB27C0
Black with #FB27C0
Text Example
Text Example
White with #FB27C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB27C0; }
p { color: rgb(251,39,192); }
H1.HeaderClassName
{
color: #FB27C0;
}
.AnyTagClassName
{
color: #FB27C0;
}
</style>
background-color css
<style>
a { background-color: #FB27C0; }
a { background-color: rgb(251,39,192); }
div.DivClassName
{
background-color: #FB27C0;
}
.BgClassName
{
background-color: #FB27C0;
}
</style>
border-color css
<style>
span { border-color: #FB27C0; }
span { border-color: rgb(251,39,192); }
td.TdClassName
{
border-color: #FB27C0;
}
.TagClassName
{
border-color: #FB27C0;
}
</style>