#FF5164

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

Shades of Wild Watermelon #FF5164

Tints of Wild Watermelon #FF5164

Color information

#FF5164 (or 0xFF5164) is unknown color: approx Wild Watermelon. HEX triplet: FF, 51 and 64. RGB value is (255,81,100). Sum of RGB (Red+Green+Blue) = 255+81+100=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 81 (32.03% from 255 or 18.58% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5164 is #00AE9B. Grayscale: #878787. Windows color (decimal): -44700 or 6574591. OLE color: 6574591.

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

Color convert

RGB25581100-
CMYK00.680.610
HSL353.45º100%65.88%-
HSV(B)353.45º68.24%100%-
XYZ46.4828.0615.02-
YUV135.19108.15213.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.49%
GREEN value IS 81 (32.03% from 255) = 18.58%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=58.49%
G=18.58%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558110000.680.610353.4510065.88
HexFF51640443D01616442
Octal3771211440104750541144102
Binary111111111010001110010001000100111101010110000111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5164; }

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

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

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

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

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

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

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

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