Html Css Color HEX #F5565E Wild Watermelon

📋 copy color: '#F5565E'

red 245 ◦ green 86 ◦ blue 94

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

Shades of Wild Watermelon #F5565E

Tints of Wild Watermelon #F5565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.24%

 BLUE value IS 94 (37.11% from 255) = 22.12%

R = 57.65%
G = 20.24%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5565E (or 0xF5565E) is known color: Wild Watermelon. HEX triplet: F5, 56 and 5E. RGB value is (245,86,94). Sum of RGB (Red+Green+Blue) = 245+86+94=425 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.65% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 245 - color contains mainly: red. Hex color #F5565E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5565E is #0AA9A1. Grayscale: #868686. Windows color (decimal): -698786 or 6182645. OLE color: 6182645.

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

Color convert

RGB 245 86 94 -
CMYK 0 0.65 0.62 0.04
HSL 356.98º 0.89% 0.65% -
HSV(B) 356.98º 0.65% 0.96% -
XYZ 43 26.88 13.51 -
YUV 134.45 105.18 206.85 -
System Red Green Blue C M Y K H S L
Decimal 245 86 94 0 0.65 0.62 0.04 356.98 0.89 0.65
Hex F5 56 5E 0 41 3E 4 165 59 41
Octal 365 126 136 0 101 76 4 545 131 101
Binary 11110101 1010110 1011110 0 1000001 111110 100 101100101 1011001 1000001

Color Harmonies of #F5565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5565E

Black with #F5565E

Text Example


Text Example

White with #F5565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5565E; }

 p { color: rgb(245,86,94); }

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

background-color css

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

 a { background-color: rgb(245,86,94); }

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

border-color css

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

 span { border-color: rgb(245,86,94); }

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