Html Css Color HEX #F56475 Wild Watermelon

📋 copy color: '#F56475'

red 245 ◦ green 100 ◦ blue 117

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

Shades of Wild Watermelon #F56475

Tints of Wild Watermelon #F56475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.65%

 BLUE value IS 117 (46.09% from 255) = 25.32%

R = 53.03%
G = 21.65%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F56475 (or 0xF56475) is known color: Wild Watermelon. HEX triplet: F5, 64 and 75. RGB value is (245,100,117). Sum of RGB (Red+Green+Blue) = 245+100+117=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F56475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56475 is #0A9B8A. Grayscale: #919191. Windows color (decimal): -695179 or 7693557. OLE color: 7693557.

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

Color convert

RGB 245 100 117 -
CMYK 0 0.59 0.52 0.04
HSL 352.97º 0.88% 0.68% -
HSV(B) 352.97º 0.59% 0.96% -
XYZ 45.42 29.81 20.19 -
YUV 145.29 112.04 199.12 -
System Red Green Blue C M Y K H S L
Decimal 245 100 117 0 0.59 0.52 0.04 352.97 0.88 0.68
Hex F5 64 75 0 3B 34 4 161 58 44
Octal 365 144 165 0 73 64 4 541 130 104
Binary 11110101 1100100 1110101 0 111011 110100 100 101100001 1011000 1000100

Color Harmonies of #F56475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56475

Black with #F56475

Text Example


Text Example

White with #F56475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56475; }

 p { color: rgb(245,100,117); }

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

background-color css

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

 a { background-color: rgb(245,100,117); }

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

border-color css

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

 span { border-color: rgb(245,100,117); }

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