#FC5C90

Color #FC5C90 French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #FC5C90

Tints of French Rose #FC5C90

Color information

#FC5C90 (or 0xFC5C90) is unknown color: approx French Rose. HEX triplet: FC, 5C and 90. RGB value is (252,92,144). Sum of RGB (Red+Green+Blue) = 252+92+144=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5C90 is #03A36F. Grayscale: #919191. Windows color (decimal): -238448 or 9460988. OLE color: 9460988.

HSL color Cylindrical-coordinate representation of color #FC5C90: hue angle of 340.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5C90 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB25292144-
CMYK00.630.430.01
HSL340.5º96.39%67.45%-
HSV(B)340.5º63.49%98.82%-
XYZ49.0130.3629.66-
YUV145.77127.01203.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 51.64%
GREEN value IS 92 (36.33% from 255) = 18.85%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=51.64%
G=18.85%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529214400.630.430.01340.596.3967.45
HexFC5C9003F2B11546043
Octal374134220077531524140103
Binary111111001011100100100000111111101011110101010011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5C90; }

 p { color: rgb(252,92,144); }

 H1.HeaderClassName
 {
   color: #FC5C90;
 }
 .AnyTagClassName
 {
   color: #FC5C90;
 }
</style>
background-color css

<style>
 a { background-color: #FC5C90; }

 a { background-color: rgb(252,92,144); }

 div.DivClassName
 {
   background-color: #FC5C90;
 }
 .BgClassName
 {
   background-color: #FC5C90;
 }
</style>
border-color css

<style>
 span { border-color: #FC5C90; }

 span { border-color: rgb(252,92,144); }

 td.TdClassName
 {
   border-color: #FC5C90;
 }
 .TagClassName
 {
   border-color: #FC5C90;
 }
</style>