Html Css Color HEX #F56069 Wild Watermelon

📋 copy color: '#F56069'

red 245 ◦ green 96 ◦ blue 105

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

Shades of Wild Watermelon #F56069

Tints of Wild Watermelon #F56069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.54%

R = 54.93%
G = 21.52%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F56069 (or 0xF56069) is known color: Wild Watermelon. HEX triplet: F5, 60 and 69. RGB value is (245,96,105). Sum of RGB (Red+Green+Blue) = 245+96+105=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F56069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56069 is #0A9F96. Grayscale: #8D8D8D. Windows color (decimal): -696215 or 6906101. OLE color: 6906101.

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

Color convert

RGB 245 96 105 -
CMYK 0 0.61 0.57 0.04
HSL 356.38º 0.88% 0.67% -
HSV(B) 356.38º 0.61% 0.96% -
XYZ 44.39 28.8 16.58 -
YUV 141.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 245 96 105 0 0.61 0.57 0.04 356.38 0.88 0.67
Hex F5 60 69 0 3D 39 4 164 58 43
Octal 365 140 151 0 75 71 4 544 130 103
Binary 11110101 1100000 1101001 0 111101 111001 100 101100100 1011000 1000011

Color Harmonies of #F56069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56069

Black with #F56069

Text Example


Text Example

White with #F56069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56069; }

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

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

background-color css

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

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

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

border-color css

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

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

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