#FA476E

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

Shades of Wild Watermelon #FA476E

Tints of Wild Watermelon #FA476E

Color information

#FA476E (or 0xFA476E) is unknown color: approx Wild Watermelon. HEX triplet: FA, 47 and 6E. RGB value is (250,71,110). Sum of RGB (Red+Green+Blue) = 250+71+110=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA476E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA476E is #05B891. Grayscale: #808080. Windows color (decimal): -374930 or 7227386. OLE color: 7227386.

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

Color convert

RGB25071110-
CMYK00.720.560.02
HSL346.93º94.71%62.94%-
HSV(B)346.93º71.6%98.04%-
XYZ44.4925.9617.42-
YUV128.97117.3214.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.00%
GREEN value IS 71 (28.12% from 255) = 16.47%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=58.00%
G=16.47%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507111000.720.560.02346.9394.7162.94
HexFA476E04838215b5f3f
Octal372107156011070253313777
Binary111110101000111110111001001000111000101010110111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA476E; }

 p { color: rgb(250,71,110); }

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

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

 a { background-color: rgb(250,71,110); }

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

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

 span { border-color: rgb(250,71,110); }

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