#FF585A

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

Shades of Wild Watermelon #FF585A

Tints of Wild Watermelon #FF585A

Color information

#FF585A (or 0xFF585A) is unknown color: approx Wild Watermelon. HEX triplet: FF, 58 and 5A. RGB value is (255,88,90). Sum of RGB (Red+Green+Blue) = 255+88+90=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF585A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF585A is #00A7A5. Grayscale: #8A8A8A. Windows color (decimal): -42918 or 5921023. OLE color: 5921023.

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

Color convert

RGB2558890-
CMYK00.650.650
HSL359.28º100%67.25%-
HSV(B)359.28º65.49%100%-
XYZ46.5828.9812.81-
YUV138.16100.83211.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.89%
GREEN value IS 88 (34.77% from 255) = 20.32%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=58.89%
G=20.32%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255889000.650.650359.2810067.25
HexFF585A0414101676443
Octal37713013201011010547144103
Binary1111111110110001011010010000011000001010110011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF585A; }

 p { color: rgb(255,88,90); }

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

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

 a { background-color: rgb(255,88,90); }

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

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

 span { border-color: rgb(255,88,90); }

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