#F5537B

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

Shades of Wild Watermelon #F5537B

Tints of Wild Watermelon #F5537B

Color information

#F5537B (or 0xF5537B) is unknown color: approx Wild Watermelon. HEX triplet: F5, 53 and 7B. RGB value is (245,83,123). Sum of RGB (Red+Green+Blue) = 245+83+123=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5537B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5537B is #0AAC84. Grayscale: #888888. Windows color (decimal): -699525 or 8082421. OLE color: 8082421.

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

Color convert

RGB24583123-
CMYK00.660.500.04
HSL345.19º89.01%64.31%-
HSV(B)345.19º66.12%96.08%-
XYZ44.3227.0321.62-
YUV136120.67205.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.32%
GREEN value IS 83 (32.81% from 255) = 18.40%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=54.32%
G=18.40%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458312300.660.500.04345.1989.0164.31
HexF5537B0423241595940
Octal3651231730102624531131100
Binary11110101101001111110110100001011001010010101100110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5537B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5537B; }

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

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

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

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

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

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

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

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