Shades of Razzle Dazzle Rose #FC40BB
Tints of Razzle Dazzle Rose #FC40BB
RGB
CMYK
RGB Variations
Color information
#FC40BB (or 0xFC40BB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and BB. RGB value is (252,64,187). Sum of RGB (Red+Green+Blue) = 252+64+187=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40BB is #03BF44. Grayscale: #858585. Windows color (decimal): -245573 or 12271868. OLE color: 12271868.
HSL color Cylindrical-coordinate representation of color #FC40BB: hue angle of 320.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC40BB is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 187 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.01 |
| HSL | 320.74º | 0.97% | 0.62% | - |
| HSV(B) | 320.74º | 0.75% | 0.99% | - |
| XYZ | 50.95 | 27.95 | 49.72 | - |
| YUV | 134.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 187 | 0 | 0.75 | 0.26 | 0.01 | 320.74 | 0.97 | 0.62 |
| Hex | FC | 40 | BB | 0 | 4B | 1A | 1 | 141 | 61 | 3E |
| Octal | 374 | 100 | 273 | 0 | 113 | 32 | 1 | 501 | 141 | 76 |
| Binary | 11111100 | 1000000 | 10111011 | 0 | 1001011 | 11010 | 1 | 101000001 | 1100001 | 111110 |
Color Harmonies of #FC40BB
Complementary color
Monochromatic Colors of #FC40BB
Black with #FC40BB
Text Example
Text Example
White with #FC40BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40BB; }
p { color: rgb(252,64,187); }
H1.HeaderClassName
{
color: #FC40BB;
}
.AnyTagClassName
{
color: #FC40BB;
}
</style>
background-color css
<style>
a { background-color: #FC40BB; }
a { background-color: rgb(252,64,187); }
div.DivClassName
{
background-color: #FC40BB;
}
.BgClassName
{
background-color: #FC40BB;
}
</style>
border-color css
<style>
span { border-color: #FC40BB; }
span { border-color: rgb(252,64,187); }
td.TdClassName
{
border-color: #FC40BB;
}
.TagClassName
{
border-color: #FC40BB;
}
</style>