#FA5162

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

Shades of Wild Watermelon #FA5162

Tints of Wild Watermelon #FA5162

Color information

#FA5162 (or 0xFA5162) is unknown color: approx Wild Watermelon. HEX triplet: FA, 51 and 62. RGB value is (250,81,98). Sum of RGB (Red+Green+Blue) = 250+81+98=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5162 is #05AE9D. Grayscale: #858585. Windows color (decimal): -372382 or 6443514. OLE color: 6443514.

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

Color convert

RGB2508198-
CMYK00.680.610.02
HSL353.96º94.41%64.9%-
HSV(B)353.96º67.6%98.04%-
XYZ44.5727.0914.44-
YUV133.47107.99211.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.28%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 98 (38.67% from 255) = 22.84%
R=58.28%
G=18.88%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250819800.680.610.02353.9694.4164.9
HexFA51620443D21625e41
Octal3721211420104752542136101
Binary1111101010100011100010010001001111011010110001010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5162; }

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

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

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

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

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

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

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

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