#F5535A

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

Shades of Wild Watermelon #F5535A

Tints of Wild Watermelon #F5535A

Color information

#F5535A (or 0xF5535A) is unknown color: approx Wild Watermelon. HEX triplet: F5, 53 and 5A. RGB value is (245,83,90). Sum of RGB (Red+Green+Blue) = 245+83+90=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5535A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5535A is #0AACA5. Grayscale: #848484. Windows color (decimal): -699558 or 5919733. OLE color: 5919733.

HSL color Cylindrical-coordinate representation of color #F5535A: hue angle of 357.41º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F5535A is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB2458390-
CMYK00.660.630.04
HSL357.41º89.01%64.31%-
HSV(B)357.41º66.12%96.08%-
XYZ42.5926.3412.51-
YUV132.24104.17208.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.61%
GREEN value IS 83 (32.81% from 255) = 19.86%
BLUE value IS 90 (35.55% from 255) = 21.53%
R=58.61%
G=19.86%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245839000.660.630.04357.4189.0164.31
HexF5535A0423F41655940
Octal3651231320102774545131100
Binary11110101101001110110100100001011111110010110010110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5535A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5535A; }

 p { color: rgb(245,83,90); }

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

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

 a { background-color: rgb(245,83,90); }

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

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

 span { border-color: rgb(245,83,90); }

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