Shades of French Rose #FC4B8A
Tints of French Rose #FC4B8A
RGB
CMYK
RGB Variations
Color information
#FC4B8A (or 0xFC4B8A) is known color: French Rose. HEX triplet: FC, 4B and 8A. RGB value is (252,75,138). Sum of RGB (Red+Green+Blue) = 252+75+138=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 75 (29.69% from 255 or 16.13% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC4B8A is #03B475. Grayscale: #878787. Windows color (decimal): -242806 or 9063420. OLE color: 9063420.
HSL color Cylindrical-coordinate representation of color #FC4B8A: hue angle of 338.64º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4B8A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 138 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.01 |
| HSL | 338.64º | 0.97% | 0.64% | - |
| HSV(B) | 338.64º | 0.7% | 0.99% | - |
| XYZ | 47.25 | 27.56 | 26.87 | - |
| YUV | 135.11 | 129.64 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 138 | 0 | 0.70 | 0.45 | 0.01 | 338.64 | 0.97 | 0.64 |
| Hex | FC | 4B | 8A | 0 | 46 | 2D | 1 | 153 | 61 | 40 |
| Octal | 374 | 113 | 212 | 0 | 106 | 55 | 1 | 523 | 141 | 100 |
| Binary | 11111100 | 1001011 | 10001010 | 0 | 1000110 | 101101 | 1 | 101010011 | 1100001 | 1000000 |
Color Harmonies of #FC4B8A
Complementary color
Monochromatic Colors of #FC4B8A
Black with #FC4B8A
Text Example
Text Example
White with #FC4B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4B8A; }
p { color: rgb(252,75,138); }
H1.HeaderClassName
{
color: #FC4B8A;
}
.AnyTagClassName
{
color: #FC4B8A;
}
</style>
background-color css
<style>
a { background-color: #FC4B8A; }
a { background-color: rgb(252,75,138); }
div.DivClassName
{
background-color: #FC4B8A;
}
.BgClassName
{
background-color: #FC4B8A;
}
</style>
border-color css
<style>
span { border-color: #FC4B8A; }
span { border-color: rgb(252,75,138); }
td.TdClassName
{
border-color: #FC4B8A;
}
.TagClassName
{
border-color: #FC4B8A;
}
</style>