Html Css Color HEX #F55960 Wild Watermelon

📋 copy color: '#F55960'

red 245 ◦ green 89 ◦ blue 96

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

Shades of Wild Watermelon #F55960

Tints of Wild Watermelon #F55960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.7%

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

R = 56.98%
G = 20.7%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#F55960 (or 0xF55960) is known color: Wild Watermelon. HEX triplet: F5, 59 and 60. RGB value is (245,89,96). Sum of RGB (Red+Green+Blue) = 245+89+96=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F55960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55960 is #0AA69F. Grayscale: #888888. Windows color (decimal): -698016 or 6314485. OLE color: 6314485.

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

Color convert

RGB 245 89 96 -
CMYK 0 0.64 0.61 0.04
HSL 357.31º 0.89% 0.65% -
HSV(B) 357.31º 0.64% 0.96% -
XYZ 43.34 27.4 14.07 -
YUV 136.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 245 89 96 0 0.64 0.61 0.04 357.31 0.89 0.65
Hex F5 59 60 0 40 3D 4 165 59 41
Octal 365 131 140 0 100 75 4 545 131 101
Binary 11110101 1011001 1100000 0 1000000 111101 100 101100101 1011001 1000001

Color Harmonies of #F55960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55960

Black with #F55960

Text Example


Text Example

White with #F55960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55960; }

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

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

background-color css

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

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

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

border-color css

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

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

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