#FF5165

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

Shades of Wild Watermelon #FF5165

Tints of Wild Watermelon #FF5165

Color information

#FF5165 (or 0xFF5165) is unknown color: approx Wild Watermelon. HEX triplet: FF, 51 and 65. RGB value is (255,81,101). Sum of RGB (Red+Green+Blue) = 255+81+101=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5165 is #00AE9A. Grayscale: #878787. Windows color (decimal): -44699 or 6640127. OLE color: 6640127.

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

Color convert

RGB25581101-
CMYK00.680.600
HSL353.1º100%65.88%-
HSV(B)353.1º68.24%100%-
XYZ46.5328.0815.28-
YUV135.31108.65213.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.35%
GREEN value IS 81 (32.03% from 255) = 18.54%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=58.35%
G=18.54%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558110100.680.600353.110065.88
HexFF51650443C01616442
Octal3771211450104740541144102
Binary111111111010001110010101000100111100010110000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5165; }

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

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

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

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

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

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

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

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