#FC4973

Color #FC4973 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #FC4973

Tints of Wild Watermelon #FC4973

Color information

#FC4973 (or 0xFC4973) is unknown color: approx Wild Watermelon. HEX triplet: FC, 49 and 73. RGB value is (252,73,115). Sum of RGB (Red+Green+Blue) = 252+73+115=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 115 (45.31% from 255 or 26.14% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4973 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4973 is #03B68C. Grayscale: #838383. Windows color (decimal): -243341 or 7555580. OLE color: 7555580.

HSL color Cylindrical-coordinate representation of color #FC4973: hue angle of 345.92º 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 #FC4973 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB25273115-
CMYK00.710.540.01
HSL345.92º96.76%63.73%-
HSV(B)345.92º71.03%98.82%-
XYZ45.6226.718.97-
YUV131.31118.8214.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.27%
GREEN value IS 73 (28.91% from 255) = 16.59%
BLUE value IS 115 (45.31% from 255) = 26.14%
R=57.27%
G=16.59%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527311500.710.540.01345.9296.7663.73
HexFC497304736115a6140
Octal3741111630107661532141100
Binary111111001001001111001101000111110110110101101011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4973; }

 p { color: rgb(252,73,115); }

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

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

 a { background-color: rgb(252,73,115); }

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

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

 span { border-color: rgb(252,73,115); }

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