#FE557C

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

Shades of Wild Watermelon #FE557C

Tints of Wild Watermelon #FE557C

Color information

#FE557C (or 0xFE557C) is unknown color: approx Wild Watermelon. HEX triplet: FE, 55 and 7C. RGB value is (254,85,124). Sum of RGB (Red+Green+Blue) = 254+85+124=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE557C is #01AA83. Grayscale: #8B8B8B. Windows color (decimal): -109188 or 8148478. OLE color: 8148478.

HSL color Cylindrical-coordinate representation of color #FE557C: hue angle of 346.15º 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 #FE557C is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB25485124-
CMYK00.670.510.00
HSL346.15º98.83%66.47%-
HSV(B)346.15º66.54%99.61%-
XYZ47.7629.0222.15-
YUV139.98118.99209.33-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.86%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 124 (48.83% from 255) = 26.78%
R=54.86%
G=18.36%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548512400.670.510.00346.1598.8366.47
HexFE557C04333015a6342
Octal3761251740103630532143102
Binary111111101010101111110001000011110011010101101011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE557C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE557C; }

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

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

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

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

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

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

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

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