#FA556F

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

Shades of Wild Watermelon #FA556F

Tints of Wild Watermelon #FA556F

Color information

#FA556F (or 0xFA556F) is unknown color: approx Wild Watermelon. HEX triplet: FA, 55 and 6F. RGB value is (250,85,111). Sum of RGB (Red+Green+Blue) = 250+85+111=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 111 (43.75% from 255 or 24.89% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FA556F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA556F is #05AA90. Grayscale: #898989. Windows color (decimal): -371345 or 7296506. OLE color: 7296506.

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

Color convert

RGB25085111-
CMYK00.660.560.02
HSL350.55º94.29%65.69%-
HSV(B)350.55º66%98.04%-
XYZ45.5427.9718.04-
YUV137.3113.16208.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 56.05%
GREEN value IS 85 (33.59% from 255) = 19.06%
BLUE value IS 111 (43.75% from 255) = 24.89%
R=56.05%
G=19.06%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2508511100.660.560.02350.5594.2965.69
HexFA556F04238215f5e42
Octal3721251570102702537136102
Binary1111101010101011101111010000101110001010101111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA556F; }

 p { color: rgb(250,85,111); }

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

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

 a { background-color: rgb(250,85,111); }

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

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

 span { border-color: rgb(250,85,111); }

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