Html Css Color HEX #F56076 Wild Watermelon

📋 copy color: '#F56076'

red 245 ◦ green 96 ◦ blue 118

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

Shades of Wild Watermelon #F56076

Tints of Wild Watermelon #F56076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.92%

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 53.38%
G = 20.92%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F56076 (or 0xF56076) is known color: Wild Watermelon. HEX triplet: F5, 60 and 76. RGB value is (245,96,118). Sum of RGB (Red+Green+Blue) = 245+96+118=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F56076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56076 is #0A9F89. Grayscale: #8F8F8F. Windows color (decimal): -696202 or 7758069. OLE color: 7758069.

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

Color convert

RGB 245 96 118 -
CMYK 0 0.61 0.52 0.04
HSL 351.14º 0.88% 0.67% -
HSV(B) 351.14º 0.61% 0.96% -
XYZ 45.11 29.09 20.38 -
YUV 143.06 113.86 200.71 -
System Red Green Blue C M Y K H S L
Decimal 245 96 118 0 0.61 0.52 0.04 351.14 0.88 0.67
Hex F5 60 76 0 3D 34 4 15F 58 43
Octal 365 140 166 0 75 64 4 537 130 103
Binary 11110101 1100000 1110110 0 111101 110100 100 101011111 1011000 1000011

Color Harmonies of #F56076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56076

Black with #F56076

Text Example


Text Example

White with #F56076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56076; }

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

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

background-color css

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

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

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

border-color css

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

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

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