#FC5968

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

Shades of Wild Watermelon #FC5968

Tints of Wild Watermelon #FC5968

Color information

#FC5968 (or 0xFC5968) is unknown color: approx Wild Watermelon. HEX triplet: FC, 59 and 68. RGB value is (252,89,104). Sum of RGB (Red+Green+Blue) = 252+89+104=445 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.63% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5968 is #03A697. Grayscale: #8B8B8B. Windows color (decimal): -239256 or 6838780. OLE color: 6838780.

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

Color convert

RGB25289104-
CMYK00.650.590.01
HSL354.48º96.45%66.86%-
HSV(B)354.48º64.68%98.82%-
XYZ46.2228.8416.23-
YUV139.45108208.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.63%
GREEN value IS 89 (35.16% from 255) = 20%
BLUE value IS 104 (41.02% from 255) = 23.37%
R=56.63%
G=20%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528910400.650.590.01354.4896.4566.86
HexFC59680413B11626043
Octal3741311500101731542140103
Binary111111001011001110100001000001111011110110001011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5968; }

 p { color: rgb(252,89,104); }

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

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

 a { background-color: rgb(252,89,104); }

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

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

 span { border-color: rgb(252,89,104); }

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