Html Css Color HEX #F56276 Wild Watermelon

📋 copy color: '#F56276'

red 245 ◦ green 98 ◦ blue 118

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

Shades of Wild Watermelon #F56276

Tints of Wild Watermelon #F56276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.26%

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

R = 53.15%
G = 21.26%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F56276 (or 0xF56276) is known color: Wild Watermelon. HEX triplet: F5, 62 and 76. RGB value is (245,98,118). Sum of RGB (Red+Green+Blue) = 245+98+118=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F56276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56276 is #0A9D89. Grayscale: #909090. Windows color (decimal): -695690 or 7758581. OLE color: 7758581.

HSL color Cylindrical-coordinate representation of color #F56276: hue angle of 351.84º 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 #F56276 is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 98 118 -
CMYK 0 0.6 0.52 0.04
HSL 351.84º 0.88% 0.67% -
HSV(B) 351.84º 0.6% 0.96% -
XYZ 45.29 29.46 20.44 -
YUV 144.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 245 98 118 0 0.6 0.52 0.04 351.84 0.88 0.67
Hex F5 62 76 0 3C 34 4 160 58 43
Octal 365 142 166 0 74 64 4 540 130 103
Binary 11110101 1100010 1110110 0 111100 110100 100 101100000 1011000 1000011

Color Harmonies of #F56276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56276

Black with #F56276

Text Example


Text Example

White with #F56276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56276; }

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

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

background-color css

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

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

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

border-color css

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

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

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