Html Css Color HEX #F56072 Wild Watermelon

📋 copy color: '#F56072'

red 245 ◦ green 96 ◦ blue 114

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

Shades of Wild Watermelon #F56072

Tints of Wild Watermelon #F56072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.05%

R = 53.85%
G = 21.1%
B = 25.05%

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

#F56072 (or 0xF56072) is known color: Wild Watermelon. HEX triplet: F5, 60 and 72. RGB value is (245,96,114). Sum of RGB (Red+Green+Blue) = 245+96+114=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F56072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56072 is #0A9F8D. Grayscale: #8E8E8E. Windows color (decimal): -696206 or 7495925. OLE color: 7495925.

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

Color convert

RGB 245 96 114 -
CMYK 0 0.61 0.53 0.04
HSL 352.75º 0.88% 0.67% -
HSV(B) 352.75º 0.61% 0.96% -
XYZ 44.88 28.99 19.15 -
YUV 142.6 111.86 201.04 -
System Red Green Blue C M Y K H S L
Decimal 245 96 114 0 0.61 0.53 0.04 352.75 0.88 0.67
Hex F5 60 72 0 3D 35 4 161 58 43
Octal 365 140 162 0 75 65 4 541 130 103
Binary 11110101 1100000 1110010 0 111101 110101 100 101100001 1011000 1000011

Color Harmonies of #F56072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56072

Black with #F56072

Text Example


Text Example

White with #F56072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56072; }

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

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

background-color css

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

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

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

border-color css

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

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

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