#FC5161

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

Shades of Wild Watermelon #FC5161

Tints of Wild Watermelon #FC5161

Color information

#FC5161 (or 0xFC5161) is unknown color: approx Wild Watermelon. HEX triplet: FC, 51 and 61. RGB value is (252,81,97). Sum of RGB (Red+Green+Blue) = 252+81+97=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5161 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5161 is #03AE9E. Grayscale: #868686. Windows color (decimal): -241311 or 6377980. OLE color: 6377980.

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

Color convert

RGB2528197-
CMYK00.680.620.01
HSL354.39º96.61%65.29%-
HSV(B)354.39º67.86%98.82%-
XYZ45.2427.4414.22-
YUV133.95107.15212.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.60%
GREEN value IS 81 (32.03% from 255) = 18.84%
BLUE value IS 97 (38.28% from 255) = 22.56%
R=58.60%
G=18.84%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252819700.680.620.01354.3996.6165.29
HexFC51610443E11626141
Octal3741211410104761542141101
Binary111111001010001110000101000100111110110110001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5161; }

 p { color: rgb(252,81,97); }

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

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

 a { background-color: rgb(252,81,97); }

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

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

 span { border-color: rgb(252,81,97); }

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