Html Css Color HEX #F55160 Wild Watermelon

📋 copy color: '#F55160'

red 245 ◦ green 81 ◦ blue 96

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

Shades of Wild Watermelon #F55160

Tints of Wild Watermelon #F55160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.19%

 BLUE value IS 96 (37.89% from 255) = 22.75%

R = 58.06%
G = 19.19%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F55160 (or 0xF55160) is known color: Wild Watermelon. HEX triplet: F5, 51 and 60. RGB value is (245,81,96). Sum of RGB (Red+Green+Blue) = 245+81+96=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F55160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55160 is #0AAE9F. Grayscale: #838383. Windows color (decimal): -700064 or 6312437. OLE color: 6312437.

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

Color convert

RGB 245 81 96 -
CMYK 0 0.67 0.61 0.04
HSL 354.51º 0.89% 0.64% -
HSV(B) 354.51º 0.67% 0.96% -
XYZ 42.71 26.14 13.86 -
YUV 131.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 245 81 96 0 0.67 0.61 0.04 354.51 0.89 0.64
Hex F5 51 60 0 43 3D 4 163 59 40
Octal 365 121 140 0 103 75 4 543 131 100
Binary 11110101 1010001 1100000 0 1000011 111101 100 101100011 1011001 1000000

Color Harmonies of #F55160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55160

Black with #F55160

Text Example


Text Example

White with #F55160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55160; }

 p { color: rgb(245,81,96); }

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

background-color css

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

 a { background-color: rgb(245,81,96); }

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

border-color css

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

 span { border-color: rgb(245,81,96); }

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