Html Css Color HEX #F5536F Wild Watermelon

📋 copy color: '#F5536F'

red 245 ◦ green 83 ◦ blue 111

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

Shades of Wild Watermelon #F5536F

Tints of Wild Watermelon #F5536F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.28%

R = 55.81%
G = 18.91%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5536F (or 0xF5536F) is known color: Wild Watermelon. HEX triplet: F5, 53 and 6F. RGB value is (245,83,111). Sum of RGB (Red+Green+Blue) = 245+83+111=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F5536F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5536F is #0AAC90. Grayscale: #868686. Windows color (decimal): -699537 or 7295989. OLE color: 7295989.

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

Color convert

RGB 245 83 111 -
CMYK 0 0.66 0.55 0.04
HSL 349.63º 0.89% 0.64% -
HSV(B) 349.63º 0.66% 0.96% -
XYZ 43.62 26.75 17.9 -
YUV 134.63 114.67 206.72 -
System Red Green Blue C M Y K H S L
Decimal 245 83 111 0 0.66 0.55 0.04 349.63 0.89 0.64
Hex F5 53 6F 0 42 37 4 15E 59 40
Octal 365 123 157 0 102 67 4 536 131 100
Binary 11110101 1010011 1101111 0 1000010 110111 100 101011110 1011001 1000000

Color Harmonies of #F5536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5536F

Black with #F5536F

Text Example


Text Example

White with #F5536F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5536F; }

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

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

background-color css

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

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

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

border-color css

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

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

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