Html Css Color HEX #F56164 Wild Watermelon

📋 copy color: '#F56164'

red 245 ◦ green 97 ◦ blue 100

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

Shades of Wild Watermelon #F56164

Tints of Wild Watermelon #F56164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.95%

 BLUE value IS 100 (39.45% from 255) = 22.62%

R = 55.43%
G = 21.95%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F56164 (or 0xF56164) is known color: Wild Watermelon. HEX triplet: F5, 61 and 64. RGB value is (245,97,100). Sum of RGB (Red+Green+Blue) = 245+97+100=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F56164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56164 is #0A9E9B. Grayscale: #8D8D8D. Windows color (decimal): -695964 or 6578677. OLE color: 6578677.

HSL color Cylindrical-coordinate representation of color #F56164: hue angle of 358.78º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56164 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 97 100 -
CMYK 0 0.60 0.59 0.04
HSL 358.78º 0.88% 0.67% -
HSV(B) 358.78º 0.6% 0.96% -
XYZ 44.23 28.88 15.3 -
YUV 141.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 245 97 100 0 0.60 0.59 0.04 358.78 0.88 0.67
Hex F5 61 64 0 3C 3B 4 167 58 43
Octal 365 141 144 0 74 73 4 547 130 103
Binary 11110101 1100001 1100100 0 111100 111011 100 101100111 1011000 1000011

Color Harmonies of #F56164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56164

Black with #F56164

Text Example


Text Example

White with #F56164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56164; }

 p { color: rgb(245,97,100); }

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

background-color css

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

 a { background-color: rgb(245,97,100); }

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

border-color css

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

 span { border-color: rgb(245,97,100); }

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