#FA5C7A

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

Shades of Wild Watermelon #FA5C7A

Tints of Wild Watermelon #FA5C7A

Color information

#FA5C7A (or 0xFA5C7A) is unknown color: approx Wild Watermelon. HEX triplet: FA, 5C and 7A. RGB value is (250,92,122). Sum of RGB (Red+Green+Blue) = 250+92+122=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5C7A is #05A385. Grayscale: #8E8E8E. Windows color (decimal): -369542 or 8019194. OLE color: 8019194.

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

Color convert

RGB25092122-
CMYK00.630.510.02
HSL348.61º94.05%67.06%-
HSV(B)348.61º63.2%98.04%-
XYZ46.7629.3821.62-
YUV142.66116.35204.56-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.88%
GREEN value IS 92 (36.33% from 255) = 19.83%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=53.88%
G=19.83%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509212200.630.510.02348.6194.0567.06
HexFA5C7A03F33215d5e43
Octal372134172077632535136103
Binary111110101011100111101001111111100111010101110110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5C7A; }

 p { color: rgb(250,92,122); }

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

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

 a { background-color: rgb(250,92,122); }

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

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

 span { border-color: rgb(250,92,122); }

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