#FC5465

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

Shades of Wild Watermelon #FC5465

Tints of Wild Watermelon #FC5465

Color information

#FC5465 (or 0xFC5465) is unknown color: approx Wild Watermelon. HEX triplet: FC, 54 and 65. RGB value is (252,84,101). Sum of RGB (Red+Green+Blue) = 252+84+101=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5465 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5465 is #03AB9A. Grayscale: #888888. Windows color (decimal): -240539 or 6640892. OLE color: 6640892.

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

Color convert

RGB25284101-
CMYK00.670.600.01
HSL353.93º96.55%65.88%-
HSV(B)353.93º66.67%98.82%-
XYZ45.6627.9815.3-
YUV136.17108.16210.62-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.67%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=57.67%
G=19.22%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528410100.670.600.01353.9396.5565.88
HexFC54650433C11626142
Octal3741241450103741542141102
Binary111111001010100110010101000011111100110110001011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5465; }

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

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

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

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

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

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

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

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