#FA5165

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

Shades of Wild Watermelon #FA5165

Tints of Wild Watermelon #FA5165

Color information

#FA5165 (or 0xFA5165) is unknown color: approx Wild Watermelon. HEX triplet: FA, 51 and 65. RGB value is (250,81,101). Sum of RGB (Red+Green+Blue) = 250+81+101=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 101 (39.84% from 255 or 23.38% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5165 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5165 is #05AE9A. Grayscale: #858585. Windows color (decimal): -372379 or 6640122. OLE color: 6640122.

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

Color convert

RGB25081101-
CMYK00.680.600.02
HSL352.9º94.41%64.9%-
HSV(B)352.9º67.6%98.04%-
XYZ44.7227.1515.2-
YUV133.81109.49210.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.87%
GREEN value IS 81 (32.03% from 255) = 18.75%
BLUE value IS 101 (39.84% from 255) = 23.38%
R=57.87%
G=18.75%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508110100.680.600.02352.994.4164.9
HexFA51650443C21615e41
Octal3721211450104742541136101
Binary1111101010100011100101010001001111001010110000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5165; }

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

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

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

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

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

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

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

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