Html Css Color HEX #F56270 Wild Watermelon

📋 copy color: '#F56270'

red 245 ◦ green 98 ◦ blue 112

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

Shades of Wild Watermelon #F56270

Tints of Wild Watermelon #F56270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 53.85%
G = 21.54%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F56270 (or 0xF56270) is known color: Wild Watermelon. HEX triplet: F5, 62 and 70. RGB value is (245,98,112). Sum of RGB (Red+Green+Blue) = 245+98+112=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F56270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56270 is #0A9D8F. Grayscale: #8F8F8F. Windows color (decimal): -695696 or 7365365. OLE color: 7365365.

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

Color convert

RGB 245 98 112 -
CMYK 0 0.6 0.54 0.04
HSL 354.29º 0.88% 0.67% -
HSV(B) 354.29º 0.6% 0.96% -
XYZ 44.95 29.32 18.62 -
YUV 143.55 110.2 200.36 -
System Red Green Blue C M Y K H S L
Decimal 245 98 112 0 0.6 0.54 0.04 354.29 0.88 0.67
Hex F5 62 70 0 3C 36 4 162 58 43
Octal 365 142 160 0 74 66 4 542 130 103
Binary 11110101 1100010 1110000 0 111100 110110 100 101100010 1011000 1000011

Color Harmonies of #F56270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56270

Black with #F56270

Text Example


Text Example

White with #F56270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56270; }

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

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

background-color css

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

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

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

border-color css

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

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

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