#FE557A

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

Shades of Wild Watermelon #FE557A

Tints of Wild Watermelon #FE557A

Color information

#FE557A (or 0xFE557A) is unknown color: approx Wild Watermelon. HEX triplet: FE, 55 and 7A. RGB value is (254,85,122). Sum of RGB (Red+Green+Blue) = 254+85+122=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE557A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE557A is #01AA85. Grayscale: #8B8B8B. Windows color (decimal): -109190 or 8017406. OLE color: 8017406.

HSL color Cylindrical-coordinate representation of color #FE557A: hue angle of 346.86º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE557A is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB25485122-
CMYK00.670.520.00
HSL346.86º98.83%66.47%-
HSV(B)346.86º66.54%99.61%-
XYZ47.6328.9721.49-
YUV139.75117.99209.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.10%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=55.10%
G=18.44%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548512200.670.520.00346.8698.8366.47
HexFE557A04334015b6342
Octal3761251720103640533143102
Binary111111101010101111101001000011110100010101101111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE557A; }

 p { color: rgb(254,85,122); }

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

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

 a { background-color: rgb(254,85,122); }

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

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

 span { border-color: rgb(254,85,122); }

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