Shades of Razzle Dazzle Rose #FB27C2
Tints of Razzle Dazzle Rose #FB27C2
RGB
CMYK
RGB Variations
Color information
#FB27C2 (or 0xFB27C2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 27 and C2. RGB value is (251,39,194). Sum of RGB (Red+Green+Blue) = 251+39+194=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 39 (15.62% from 255 or 8.06% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB27C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB27C2 is #04D83D. Grayscale: #777777. Windows color (decimal): -317502 or 12724219. OLE color: 12724219.
HSL color Cylindrical-coordinate representation of color #FB27C2: hue angle of 316.13º 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 #FB27C2 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 194 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.02 |
| HSL | 316.13º | 0.96% | 0.57% | - |
| HSV(B) | 316.13º | 0.84% | 0.98% | - |
| XYZ | 50.25 | 25.86 | 53.38 | - |
| YUV | 120.06 | 169.74 | 221.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 194 | 0 | 0.84 | 0.23 | 0.02 | 316.13 | 0.96 | 0.57 |
| Hex | FB | 27 | C2 | 0 | 54 | 17 | 2 | 13C | 60 | 39 |
| Octal | 373 | 47 | 302 | 0 | 124 | 27 | 2 | 474 | 140 | 71 |
| Binary | 11111011 | 100111 | 11000010 | 0 | 1010100 | 10111 | 10 | 100111100 | 1100000 | 111001 |
Color Harmonies of #FB27C2
Complementary color
Monochromatic Colors of #FB27C2
Black with #FB27C2
Text Example
Text Example
White with #FB27C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB27C2; }
p { color: rgb(251,39,194); }
H1.HeaderClassName
{
color: #FB27C2;
}
.AnyTagClassName
{
color: #FB27C2;
}
</style>
background-color css
<style>
a { background-color: #FB27C2; }
a { background-color: rgb(251,39,194); }
div.DivClassName
{
background-color: #FB27C2;
}
.BgClassName
{
background-color: #FB27C2;
}
</style>
border-color css
<style>
span { border-color: #FB27C2; }
span { border-color: rgb(251,39,194); }
td.TdClassName
{
border-color: #FB27C2;
}
.TagClassName
{
border-color: #FB27C2;
}
</style>