Shades of Razzle Dazzle Rose #FB27D3
Tints of Razzle Dazzle Rose #FB27D3
RGB
CMYK
RGB Variations
Color information
#FB27D3 (or 0xFB27D3) is known color: Razzle Dazzle Rose. HEX triplet: FB, 27 and D3. RGB value is (251,39,211). Sum of RGB (Red+Green+Blue) = 251+39+211=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 211 (82.81% from 255 or 42.12% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB27D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB27D3 is #04D82C. Grayscale: #797979. Windows color (decimal): -317485 or 13838331. OLE color: 13838331.
HSL color Cylindrical-coordinate representation of color #FB27D3: hue angle of 311.32º 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 #FB27D3 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 39 | 211 | - |
| CMYK | 0 | 0.84 | 0.16 | 0.02 |
| HSL | 311.32º | 0.96% | 0.57% | - |
| HSV(B) | 311.32º | 0.84% | 0.98% | - |
| XYZ | 52.27 | 26.66 | 64.02 | - |
| YUV | 122 | 178.24 | 220.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 39 | 211 | 0 | 0.84 | 0.16 | 0.02 | 311.32 | 0.96 | 0.57 |
| Hex | FB | 27 | D3 | 0 | 54 | 10 | 2 | 137 | 60 | 39 |
| Octal | 373 | 47 | 323 | 0 | 124 | 20 | 2 | 467 | 140 | 71 |
| Binary | 11111011 | 100111 | 11010011 | 0 | 1010100 | 10000 | 10 | 100110111 | 1100000 | 111001 |
Color Harmonies of #FB27D3
Complementary color
Monochromatic Colors of #FB27D3
Black with #FB27D3
Text Example
Text Example
White with #FB27D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB27D3; }
p { color: rgb(251,39,211); }
H1.HeaderClassName
{
color: #FB27D3;
}
.AnyTagClassName
{
color: #FB27D3;
}
</style>
background-color css
<style>
a { background-color: #FB27D3; }
a { background-color: rgb(251,39,211); }
div.DivClassName
{
background-color: #FB27D3;
}
.BgClassName
{
background-color: #FB27D3;
}
</style>
border-color css
<style>
span { border-color: #FB27D3; }
span { border-color: rgb(251,39,211); }
td.TdClassName
{
border-color: #FB27D3;
}
.TagClassName
{
border-color: #FB27D3;
}
</style>