#FD555E

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

Shades of Wild Watermelon #FD555E

Tints of Wild Watermelon #FD555E

Color information

#FD555E (or 0xFD555E) is unknown color: approx Wild Watermelon. HEX triplet: FD, 55 and 5E. RGB value is (253,85,94). Sum of RGB (Red+Green+Blue) = 253+85+94=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 94 (37.11% from 255 or 21.76% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD555E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD555E is #02AAA1. Grayscale: #888888. Windows color (decimal): -174754 or 6182397. OLE color: 6182397.

HSL color Cylindrical-coordinate representation of color #FD555E: hue angle of 356.79º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FD555E is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB2538594-
CMYK00.660.630.01
HSL356.79º97.67%66.27%-
HSV(B)356.79º66.4%99.22%-
XYZ45.7828.1913.62-
YUV136.26104.16211.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.56%
GREEN value IS 85 (33.59% from 255) = 19.68%
BLUE value IS 94 (37.11% from 255) = 21.76%
R=58.56%
G=19.68%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253859400.660.630.01356.7997.6766.27
HexFD555E0423F11656242
Octal3751251360102771545142102
Binary111111011010101101111001000010111111110110010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD555E; }

 p { color: rgb(253,85,94); }

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

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

 a { background-color: rgb(253,85,94); }

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

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

 span { border-color: rgb(253,85,94); }

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