#FA5164

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

Shades of Wild Watermelon #FA5164

Tints of Wild Watermelon #FA5164

Color information

#FA5164 (or 0xFA5164) is unknown color: approx Wild Watermelon. HEX triplet: FA, 51 and 64. RGB value is (250,81,100). Sum of RGB (Red+Green+Blue) = 250+81+100=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5164 is #05AE9B. Grayscale: #858585. Windows color (decimal): -372380 or 6574586. OLE color: 6574586.

HSL color Cylindrical-coordinate representation of color #FA5164: hue angle of 353.25º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA5164 is Cyan = 0, Magento = 0.68, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB25081100-
CMYK00.680.60.02
HSL353.25º94.41%64.9%-
HSV(B)353.25º67.6%98.04%-
XYZ44.6727.1314.94-
YUV133.7108.99210.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.00%
GREEN value IS 81 (32.03% from 255) = 18.79%
BLUE value IS 100 (39.45% from 255) = 23.20%
R=58.00%
G=18.79%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.6
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508110000.680.60.02353.2594.4164.9
HexFA51640443C21615e41
Octal3721211440104742541136101
Binary1111101010100011100100010001001111001010110000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5164; }

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

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

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

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

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

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

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

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