Html Css Color HEX #F5536A Wild Watermelon

📋 copy color: '#F5536A'

red 245 ◦ green 83 ◦ blue 106

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

Shades of Wild Watermelon #F5536A

Tints of Wild Watermelon #F5536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.42%

R = 56.45%
G = 19.12%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F5536A (or 0xF5536A) is known color: Wild Watermelon. HEX triplet: F5, 53 and 6A. RGB value is (245,83,106). Sum of RGB (Red+Green+Blue) = 245+83+106=434 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.45% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 245 - color contains mainly: red. Hex color #F5536A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5536A is #0AAC95. Grayscale: #868686. Windows color (decimal): -699542 or 6968309. OLE color: 6968309.

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

Color convert

RGB 245 83 106 -
CMYK 0 0.66 0.57 0.04
HSL 351.48º 0.89% 0.64% -
HSV(B) 351.48º 0.66% 0.96% -
XYZ 43.35 26.64 16.49 -
YUV 134.06 112.17 207.13 -
System Red Green Blue C M Y K H S L
Decimal 245 83 106 0 0.66 0.57 0.04 351.48 0.89 0.64
Hex F5 53 6A 0 42 39 4 15F 59 40
Octal 365 123 152 0 102 71 4 537 131 100
Binary 11110101 1010011 1101010 0 1000010 111001 100 101011111 1011001 1000000

Color Harmonies of #F5536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5536A

Black with #F5536A

Text Example


Text Example

White with #F5536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5536A; }

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

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

background-color css

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

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

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

border-color css

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

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

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