Html Css Color HEX #F56574 Wild Watermelon

📋 copy color: '#F56574'

red 245 ◦ green 101 ◦ blue 116

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

Shades of Wild Watermelon #F56574

Tints of Wild Watermelon #F56574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.86%

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 53.03%
G = 21.86%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F56574 (or 0xF56574) is known color: Wild Watermelon. HEX triplet: F5, 65 and 74. RGB value is (245,101,116). Sum of RGB (Red+Green+Blue) = 245+101+116=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F56574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56574 is #0A9A8B. Grayscale: #919191. Windows color (decimal): -694924 or 7628277. OLE color: 7628277.

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

Color convert

RGB 245 101 116 -
CMYK 0 0.59 0.53 0.04
HSL 353.75º 0.88% 0.68% -
HSV(B) 353.75º 0.59% 0.96% -
XYZ 45.46 29.98 19.91 -
YUV 145.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 245 101 116 0 0.59 0.53 0.04 353.75 0.88 0.68
Hex F5 65 74 0 3B 35 4 162 58 44
Octal 365 145 164 0 73 65 4 542 130 104
Binary 11110101 1100101 1110100 0 111011 110101 100 101100010 1011000 1000100

Color Harmonies of #F56574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56574

Black with #F56574

Text Example


Text Example

White with #F56574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56574; }

 p { color: rgb(245,101,116); }

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

background-color css

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

 a { background-color: rgb(245,101,116); }

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

border-color css

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

 span { border-color: rgb(245,101,116); }

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