Html Css Color HEX #F5565D Wild Watermelon

📋 copy color: '#F5565D'

red 245 ◦ green 86 ◦ blue 93

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

Shades of Wild Watermelon #F5565D

Tints of Wild Watermelon #F5565D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.93%

R = 57.78%
G = 20.28%
B = 21.93%

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

#F5565D (or 0xF5565D) is known color: Wild Watermelon. HEX triplet: F5, 56 and 5D. RGB value is (245,86,93). Sum of RGB (Red+Green+Blue) = 245+86+93=424 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.78% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 245 - color contains mainly: red. Hex color #F5565D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5565D is #0AA9A2. Grayscale: #868686. Windows color (decimal): -698787 or 6117109. OLE color: 6117109.

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

Color convert

RGB 245 86 93 -
CMYK 0 0.65 0.62 0.04
HSL 357.36º 0.89% 0.65% -
HSV(B) 357.36º 0.65% 0.96% -
XYZ 42.96 26.86 13.28 -
YUV 134.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 245 86 93 0 0.65 0.62 0.04 357.36 0.89 0.65
Hex F5 56 5D 0 41 3E 4 165 59 41
Octal 365 126 135 0 101 76 4 545 131 101
Binary 11110101 1010110 1011101 0 1000001 111110 100 101100101 1011001 1000001

Color Harmonies of #F5565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5565D

Black with #F5565D

Text Example


Text Example

White with #F5565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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