Html Css Color HEX #F5537A Wild Watermelon

📋 copy color: '#F5537A'

red 245 ◦ green 83 ◦ blue 122

#F5537A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F5537A

Tints of Wild Watermelon #F5537A

RGB

 RED value IS 245 (96.09% from 255) = 54.44%

 GREEN value IS 83 (32.81% from 255) = 18.44%

 BLUE value IS 122 (48.05% from 255) = 27.11%

R = 54.44%
G = 18.44%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5537A (or 0xF5537A) is known color: Wild Watermelon. HEX triplet: F5, 53 and 7A. RGB value is (245,83,122). Sum of RGB (Red+Green+Blue) = 245+83+122=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5537A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5537A is #0AAC85. Grayscale: #878787. Windows color (decimal): -699526 or 8016885. OLE color: 8016885.

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

Color convert

RGB 245 83 122 -
CMYK 0 0.66 0.50 0.04
HSL 345.56º 0.89% 0.64% -
HSV(B) 345.56º 0.66% 0.96% -
XYZ 44.26 27 21.29 -
YUV 135.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 245 83 122 0 0.66 0.50 0.04 345.56 0.89 0.64
Hex F5 53 7A 0 42 32 4 15A 59 40
Octal 365 123 172 0 102 62 4 532 131 100
Binary 11110101 1010011 1111010 0 1000010 110010 100 101011010 1011001 1000000

Color Harmonies of #F5537A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5537A

Black with #F5537A

Text Example


Text Example

White with #F5537A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5537A; }

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

 H1.HeaderClassName
 {
   color: #F5537A;
 }
 .AnyTagClassName
 {
   color: #F5537A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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