Html Css Color HEX #F56068 Wild Watermelon

📋 copy color: '#F56068'

red 245 ◦ green 96 ◦ blue 104

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

Shades of Wild Watermelon #F56068

Tints of Wild Watermelon #F56068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.37%

R = 55.06%
G = 21.57%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F56068 (or 0xF56068) is known color: Wild Watermelon. HEX triplet: F5, 60 and 68. RGB value is (245,96,104). Sum of RGB (Red+Green+Blue) = 245+96+104=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 104 (41.02% from 255 or 23.37% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F56068 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56068 is #0A9F97. Grayscale: #8D8D8D. Windows color (decimal): -696216 or 6840565. OLE color: 6840565.

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

Color convert

RGB 245 96 104 -
CMYK 0 0.61 0.58 0.04
HSL 356.78º 0.88% 0.67% -
HSV(B) 356.78º 0.61% 0.96% -
XYZ 44.34 28.78 16.31 -
YUV 141.46 106.86 201.85 -
System Red Green Blue C M Y K H S L
Decimal 245 96 104 0 0.61 0.58 0.04 356.78 0.88 0.67
Hex F5 60 68 0 3D 3A 4 165 58 43
Octal 365 140 150 0 75 72 4 545 130 103
Binary 11110101 1100000 1101000 0 111101 111010 100 101100101 1011000 1000011

Color Harmonies of #F56068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56068

Black with #F56068

Text Example


Text Example

White with #F56068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56068; }

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

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

background-color css

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

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

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

border-color css

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

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

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