#FC5B73

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

Shades of Wild Watermelon #FC5B73

Tints of Wild Watermelon #FC5B73

Color information

#FC5B73 (or 0xFC5B73) is unknown color: approx Wild Watermelon. HEX triplet: FC, 5B and 73. RGB value is (252,91,115). Sum of RGB (Red+Green+Blue) = 252+91+115=458 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.02% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5B73 is #03A48C. Grayscale: #8D8D8D. Windows color (decimal): -238733 or 7560188. OLE color: 7560188.

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

Color convert

RGB25291115-
CMYK00.640.540.01
HSL351.06º96.41%67.25%-
HSV(B)351.06º63.89%98.82%-
XYZ46.9829.4219.42-
YUV141.88112.84206.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.02%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=55.02%
G=19.87%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529111500.640.540.01351.0696.4167.25
HexFC5B7304036115f6043
Octal3741331630100661537140103
Binary111111001011011111001101000000110110110101111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5B73; }

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

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

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

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

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

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

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

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