Html Css Color HEX #F55670 Wild Watermelon

📋 copy color: '#F55670'

red 245 ◦ green 86 ◦ blue 112

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

Shades of Wild Watermelon #F55670

Tints of Wild Watermelon #F55670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.41%

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

R = 55.3%
G = 19.41%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F55670 (or 0xF55670) is known color: Wild Watermelon. HEX triplet: F5, 56 and 70. RGB value is (245,86,112). Sum of RGB (Red+Green+Blue) = 245+86+112=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F55670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55670 is #0AA98F. Grayscale: #888888. Windows color (decimal): -698768 or 7362293. OLE color: 7362293.

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

Color convert

RGB 245 86 112 -
CMYK 0 0.65 0.54 0.04
HSL 350.19º 0.89% 0.65% -
HSV(B) 350.19º 0.65% 0.96% -
XYZ 43.91 27.24 18.27 -
YUV 136.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 245 86 112 0 0.65 0.54 0.04 350.19 0.89 0.65
Hex F5 56 70 0 41 36 4 15E 59 41
Octal 365 126 160 0 101 66 4 536 131 101
Binary 11110101 1010110 1110000 0 1000001 110110 100 101011110 1011001 1000001

Color Harmonies of #F55670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55670

Black with #F55670

Text Example


Text Example

White with #F55670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55670; }

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

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

background-color css

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

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

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

border-color css

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

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

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