Shades of Brilliant Rose #FC40B3
Tints of Brilliant Rose #FC40B3
RGB
CMYK
RGB Variations
Color information
#FC40B3 (or 0xFC40B3) is known color: Brilliant Rose. HEX triplet: FC, 40 and B3. RGB value is (252,64,179). Sum of RGB (Red+Green+Blue) = 252+64+179=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40B3 is #03BF4C. Grayscale: #858585. Windows color (decimal): -245581 or 11747580. OLE color: 11747580.
HSL color Cylindrical-coordinate representation of color #FC40B3: hue angle of 323.3º 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 #FC40B3 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 179 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.01 |
| HSL | 323.3º | 0.97% | 0.62% | - |
| HSV(B) | 323.3º | 0.75% | 0.99% | - |
| XYZ | 50.11 | 27.62 | 45.34 | - |
| YUV | 133.32 | 153.78 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 179 | 0 | 0.75 | 0.29 | 0.01 | 323.3 | 0.97 | 0.62 |
| Hex | FC | 40 | B3 | 0 | 4B | 1D | 1 | 143 | 61 | 3E |
| Octal | 374 | 100 | 263 | 0 | 113 | 35 | 1 | 503 | 141 | 76 |
| Binary | 11111100 | 1000000 | 10110011 | 0 | 1001011 | 11101 | 1 | 101000011 | 1100001 | 111110 |
Color Harmonies of #FC40B3
Complementary color
Monochromatic Colors of #FC40B3
Black with #FC40B3
Text Example
Text Example
White with #FC40B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40B3; }
p { color: rgb(252,64,179); }
H1.HeaderClassName
{
color: #FC40B3;
}
.AnyTagClassName
{
color: #FC40B3;
}
</style>
background-color css
<style>
a { background-color: #FC40B3; }
a { background-color: rgb(252,64,179); }
div.DivClassName
{
background-color: #FC40B3;
}
.BgClassName
{
background-color: #FC40B3;
}
</style>
border-color css
<style>
span { border-color: #FC40B3; }
span { border-color: rgb(252,64,179); }
td.TdClassName
{
border-color: #FC40B3;
}
.TagClassName
{
border-color: #FC40B3;
}
</style>