#FE555B

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

Shades of Wild Watermelon #FE555B

Tints of Wild Watermelon #FE555B

Color information

#FE555B (or 0xFE555B) is unknown color: approx Wild Watermelon. HEX triplet: FE, 55 and 5B. RGB value is (254,85,91). Sum of RGB (Red+Green+Blue) = 254+85+91=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE555B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE555B is #01AAA4. Grayscale: #888888. Windows color (decimal): -109221 or 5985790. OLE color: 5985790.

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

Color convert

RGB2548591-
CMYK00.670.640.00
HSL357.87º98.83%66.47%-
HSV(B)357.87º66.54%99.61%-
XYZ46.0128.3212.94-
YUV136.22102.49212.01-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.07%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 91 (35.94% from 255) = 21.16%
R=59.07%
G=19.77%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254859100.670.640.00357.8798.8366.47
HexFE555B0434001666342
Octal37612513301031000546143102
Binary1111111010101011011011010000111000000010110011011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE555B; }

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

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

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

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

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

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

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

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