#ff5562

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

Shades of Wild Watermelon #FF5562

Tints of Wild Watermelon #FF5562

Color information

#FF5562 (or 0xFF5562) is unknown color: approx Wild Watermelon. HEX triplet: FF, 55 and 62. RGB value is (255,85,98). Sum of RGB (Red+Green+Blue) = 255+85+98=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5562 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5562 is #00AA9D. Grayscale: #898989. Windows color (decimal): -43678 or 6444543. OLE color: 6444543.

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

Color convert

RGB2558598-
CMYK00.670.620
HSL355.41º100%66.67%-
HSV(B)355.41º66.67%100%-
XYZ46.6928.6414.62-
YUV137.31105.82211.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.22%
GREEN value IS 85 (33.59% from 255) = 19.41%
BLUE value IS 98 (38.67% from 255) = 22.37%
R=58.22%
G=19.41%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255859800.670.620355.4110066.67
HexFF55620433E01636443
Octal3771251420103760543144103
Binary111111111010101110001001000011111110010110001111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff5562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff5562; }

 p { color: rgb(255,85,98); }

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

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

 a { background-color: rgb(255,85,98); }

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

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

 span { border-color: rgb(255,85,98); }

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