Html Css Color HEX #F56570 Wild Watermelon

📋 copy color: '#F56570'

red 245 ◦ green 101 ◦ blue 112

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

Shades of Wild Watermelon #F56570

Tints of Wild Watermelon #F56570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.05%

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

R = 53.49%
G = 22.05%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F56570 (or 0xF56570) is known color: Wild Watermelon. HEX triplet: F5, 65 and 70. RGB value is (245,101,112). Sum of RGB (Red+Green+Blue) = 245+101+112=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F56570 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56570 is #0A9A8F. Grayscale: #919191. Windows color (decimal): -694928 or 7366133. OLE color: 7366133.

HSL color Cylindrical-coordinate representation of color #F56570: hue angle of 355.42º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F56570 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 101 112 -
CMYK 0 0.59 0.54 0.04
HSL 355.42º 0.88% 0.68% -
HSV(B) 355.42º 0.59% 0.96% -
XYZ 45.23 29.89 18.71 -
YUV 145.31 109.21 199.11 -
System Red Green Blue C M Y K H S L
Decimal 245 101 112 0 0.59 0.54 0.04 355.42 0.88 0.68
Hex F5 65 70 0 3B 36 4 163 58 44
Octal 365 145 160 0 73 66 4 543 130 104
Binary 11110101 1100101 1110000 0 111011 110110 100 101100011 1011000 1000100

Color Harmonies of #F56570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56570

Black with #F56570

Text Example


Text Example

White with #F56570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56570; }

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

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

background-color css

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

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

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

border-color css

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

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

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