#FC4879

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

Shades of French Rose #FC4879

Tints of French Rose #FC4879

Color information

#FC4879 (or 0xFC4879) is unknown color: approx French Rose. HEX triplet: FC, 48 and 79. RGB value is (252,72,121). Sum of RGB (Red+Green+Blue) = 252+72+121=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 72 (28.52% from 255 or 16.18% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4879 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4879 is #03B786. Grayscale: #838383. Windows color (decimal): -243591 or 7948540. OLE color: 7948540.

HSL color Cylindrical-coordinate representation of color #FC4879: hue angle of 343.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4879 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB25272121-
CMYK00.710.520.01
HSL343.67º96.77%63.53%-
HSV(B)343.67º71.43%98.82%-
XYZ45.9126.7120.82-
YUV131.41122.13214.02-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.63%
GREEN value IS 72 (28.52% from 255) = 16.18%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=56.63%
G=16.18%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527212100.710.520.01343.6796.7763.53
HexFC48790473411586140
Octal3741101710107641530141100
Binary111111001001000111100101000111110100110101100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4879; }

 p { color: rgb(252,72,121); }

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

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

 a { background-color: rgb(252,72,121); }

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

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

 span { border-color: rgb(252,72,121); }

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