Html Css Color HEX #F56065 Wild Watermelon

📋 copy color: '#F56065'

red 245 ◦ green 96 ◦ blue 101

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

Shades of Wild Watermelon #F56065

Tints of Wild Watermelon #F56065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.85%

R = 55.43%
G = 21.72%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F56065 (or 0xF56065) is known color: Wild Watermelon. HEX triplet: F5, 60 and 65. RGB value is (245,96,101). Sum of RGB (Red+Green+Blue) = 245+96+101=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F56065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56065 is #0A9F9A. Grayscale: #8D8D8D. Windows color (decimal): -696219 or 6643957. OLE color: 6643957.

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

Color convert

RGB 245 96 101 -
CMYK 0 0.61 0.59 0.04
HSL 357.99º 0.88% 0.67% -
HSV(B) 357.99º 0.61% 0.96% -
XYZ 44.19 28.72 15.53 -
YUV 141.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 245 96 101 0 0.61 0.59 0.04 357.99 0.88 0.67
Hex F5 60 65 0 3D 3B 4 166 58 43
Octal 365 140 145 0 75 73 4 546 130 103
Binary 11110101 1100000 1100101 0 111101 111011 100 101100110 1011000 1000011

Color Harmonies of #F56065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56065

Black with #F56065

Text Example


Text Example

White with #F56065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56065; }

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

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

background-color css

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

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

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

border-color css

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

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

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