#FF5462

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

Shades of Wild Watermelon #FF5462

Tints of Wild Watermelon #FF5462

Color information

#FF5462 (or 0xFF5462) is unknown color: approx Wild Watermelon. HEX triplet: FF, 54 and 62. RGB value is (255,84,98). Sum of RGB (Red+Green+Blue) = 255+84+98=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5462 is #00AB9D. Grayscale: #888888. Windows color (decimal): -43934 or 6444287. OLE color: 6444287.

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

Color convert

RGB2558498-
CMYK00.670.620
HSL355.09º100%66.47%-
HSV(B)355.09º67.06%100%-
XYZ46.6128.4814.6-
YUV136.72106.15212.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.35%
GREEN value IS 84 (33.20% from 255) = 19.22%
BLUE value IS 98 (38.67% from 255) = 22.43%
R=58.35%
G=19.22%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255849800.670.620355.0910066.47
HexFF54620433E01636442
Octal3771241420103760543144102
Binary111111111010100110001001000011111110010110001111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5462; }

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

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

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

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

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

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

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

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