#FE5558

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

Shades of Wild Watermelon #FE5558

Tints of Wild Watermelon #FE5558

Color information

#FE5558 (or 0xFE5558) is unknown color: approx Wild Watermelon. HEX triplet: FE, 55 and 58. RGB value is (254,85,88). Sum of RGB (Red+Green+Blue) = 254+85+88=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5558 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE5558 is #01AAA7. Grayscale: #888888. Windows color (decimal): -109224 or 5789182. OLE color: 5789182.

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

Color convert

RGB2548588-
CMYK00.670.650.00
HSL358.93º98.83%66.47%-
HSV(B)358.93º66.54%99.61%-
XYZ45.8828.2712.27-
YUV135.87100.99212.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.48%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 88 (34.77% from 255) = 20.61%
R=59.48%
G=19.91%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254858800.670.650.00358.9398.8366.47
HexFE55580434101676342
Octal37612513001031010547143102
Binary1111111010101011011000010000111000001010110011111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5558; }

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

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

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

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

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

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

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

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