Html Css Color HEX #F56372 Wild Watermelon

📋 copy color: '#F56372'

red 245 ◦ green 99 ◦ blue 114

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

Shades of Wild Watermelon #F56372

Tints of Wild Watermelon #F56372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.62%

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

R = 53.49%
G = 21.62%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F56372 (or 0xF56372) is known color: Wild Watermelon. HEX triplet: F5, 63 and 72. RGB value is (245,99,114). Sum of RGB (Red+Green+Blue) = 245+99+114=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F56372 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56372 is #0A9C8D. Grayscale: #909090. Windows color (decimal): -695438 or 7496693. OLE color: 7496693.

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

Color convert

RGB 245 99 114 -
CMYK 0 0.60 0.53 0.04
HSL 353.84º 0.88% 0.67% -
HSV(B) 353.84º 0.6% 0.96% -
XYZ 45.16 29.55 19.24 -
YUV 144.36 110.87 199.78 -
System Red Green Blue C M Y K H S L
Decimal 245 99 114 0 0.60 0.53 0.04 353.84 0.88 0.67
Hex F5 63 72 0 3C 35 4 162 58 43
Octal 365 143 162 0 74 65 4 542 130 103
Binary 11110101 1100011 1110010 0 111100 110101 100 101100010 1011000 1000011

Color Harmonies of #F56372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56372

Black with #F56372

Text Example


Text Example

White with #F56372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56372; }

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

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

background-color css

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

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

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

border-color css

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

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

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