#FC5165

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

Shades of Wild Watermelon #FC5165

Tints of Wild Watermelon #FC5165

Color information

#FC5165 (or 0xFC5165) is unknown color: approx Wild Watermelon. HEX triplet: FC, 51 and 65. RGB value is (252,81,101). Sum of RGB (Red+Green+Blue) = 252+81+101=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5165 is #03AE9A. Grayscale: #868686. Windows color (decimal): -241307 or 6640124. OLE color: 6640124.

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

Color convert

RGB25281101-
CMYK00.680.600.01
HSL352.98º96.61%65.29%-
HSV(B)352.98º67.86%98.82%-
XYZ45.4427.5215.23-
YUV134.41109.15211.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.06%
GREEN value IS 81 (32.03% from 255) = 18.66%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=58.06%
G=18.66%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528110100.680.600.01352.9896.6165.29
HexFC51650443C11616141
Octal3741211450104741541141101
Binary111111001010001110010101000100111100110110000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5165; }

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

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

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

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

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

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

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

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