#FF5962

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

Shades of Wild Watermelon #FF5962

Tints of Wild Watermelon #FF5962

Color information

#FF5962 (or 0xFF5962) is unknown color: approx Wild Watermelon. HEX triplet: FF, 59 and 62. RGB value is (255,89,98). Sum of RGB (Red+Green+Blue) = 255+89+98=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5962 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5962 is #00A69D. Grayscale: #8B8B8B. Windows color (decimal): -42654 or 6445567. OLE color: 6445567.

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

Color convert

RGB2558998-
CMYK00.650.620
HSL356.75º100%67.45%-
HSV(B)356.75º65.1%100%-
XYZ47.0229.2914.73-
YUV139.66104.5210.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.69%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 98 (38.67% from 255) = 22.17%
R=57.69%
G=20.14%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255899800.650.620356.7510067.45
HexFF59620413E01656443
Octal3771311420101760545144103
Binary111111111011001110001001000001111110010110010111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5962; }

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

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

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

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

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

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

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

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