#FC4971

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

Shades of Wild Watermelon #FC4971

Tints of Wild Watermelon #FC4971

Color information

#FC4971 (or 0xFC4971) is unknown color: approx Wild Watermelon. HEX triplet: FC, 49 and 71. RGB value is (252,73,113). Sum of RGB (Red+Green+Blue) = 252+73+113=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4971 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC4971 is #03B68E. Grayscale: #838383. Windows color (decimal): -243343 or 7424508. OLE color: 7424508.

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

Color convert

RGB25273113-
CMYK00.710.550.01
HSL346.59º96.76%63.73%-
HSV(B)346.59º71.03%98.82%-
XYZ45.5126.6518.37-
YUV131.08117.8214.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.53%
GREEN value IS 73 (28.91% from 255) = 16.67%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=57.53%
G=16.67%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2527311300.710.550.01346.5996.7663.73
HexFC497104737115b6140
Octal3741111610107671533141100
Binary111111001001001111000101000111110111110101101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC4971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC4971; }

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

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

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

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

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

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

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

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