Html Css Color HEX #F56073 Wild Watermelon

📋 copy color: '#F56073'

red 245 ◦ green 96 ◦ blue 115

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

Shades of Wild Watermelon #F56073

Tints of Wild Watermelon #F56073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 53.73%
G = 21.05%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F56073 (or 0xF56073) is known color: Wild Watermelon. HEX triplet: F5, 60 and 73. RGB value is (245,96,115). Sum of RGB (Red+Green+Blue) = 245+96+115=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F56073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56073 is #0A9F8C. Grayscale: #8E8E8E. Windows color (decimal): -696205 or 7561461. OLE color: 7561461.

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

Color convert

RGB 245 96 115 -
CMYK 0 0.61 0.53 0.04
HSL 352.35º 0.88% 0.67% -
HSV(B) 352.35º 0.61% 0.96% -
XYZ 44.93 29.02 19.45 -
YUV 142.72 112.36 200.96 -
System Red Green Blue C M Y K H S L
Decimal 245 96 115 0 0.61 0.53 0.04 352.35 0.88 0.67
Hex F5 60 73 0 3D 35 4 160 58 43
Octal 365 140 163 0 75 65 4 540 130 103
Binary 11110101 1100000 1110011 0 111101 110101 100 101100000 1011000 1000011

Color Harmonies of #F56073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56073

Black with #F56073

Text Example


Text Example

White with #F56073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56073; }

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

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

background-color css

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

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

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

border-color css

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

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

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