#FA5B6C

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

Shades of Wild Watermelon #FA5B6C

Tints of Wild Watermelon #FA5B6C

Color information

#FA5B6C (or 0xFA5B6C) is unknown color: approx Wild Watermelon. HEX triplet: FA, 5B and 6C. RGB value is (250,91,108). Sum of RGB (Red+Green+Blue) = 250+91+108=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5B6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5B6C is #05A493. Grayscale: #8C8C8C. Windows color (decimal): -369812 or 7101434. OLE color: 7101434.

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

Color convert

RGB25091108-
CMYK00.640.570.02
HSL353.58º94.08%66.86%-
HSV(B)353.58º63.6%98.04%-
XYZ45.8728.8917.35-
YUV140.48109.68206.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.68%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=55.68%
G=20.27%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509110800.640.570.02353.5894.0866.86
HexFA5B6C0403921625e43
Octal3721331540100712542136103
Binary1111101010110111101100010000001110011010110001010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5B6C; }

 p { color: rgb(250,91,108); }

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

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

 a { background-color: rgb(250,91,108); }

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

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

 span { border-color: rgb(250,91,108); }

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