Html Css Color HEX #F55076 Wild Watermelon

📋 copy color: '#F55076'

red 245 ◦ green 80 ◦ blue 118

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

Shades of Wild Watermelon #F55076

Tints of Wild Watermelon #F55076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.06%

 BLUE value IS 118 (46.48% from 255) = 26.64%

R = 55.3%
G = 18.06%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F55076 (or 0xF55076) is known color: Wild Watermelon. HEX triplet: F5, 50 and 76. RGB value is (245,80,118). Sum of RGB (Red+Green+Blue) = 245+80+118=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 80 (31.64% from 255 or 18.06% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F55076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55076 is #0AAF89. Grayscale: #858585. Windows color (decimal): -700298 or 7753973. OLE color: 7753973.

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

Color convert

RGB 245 80 118 -
CMYK 0 0.67 0.52 0.04
HSL 346.18º 0.89% 0.64% -
HSV(B) 346.18º 0.67% 0.96% -
XYZ 43.79 26.46 19.94 -
YUV 133.67 119.16 207.41 -
System Red Green Blue C M Y K H S L
Decimal 245 80 118 0 0.67 0.52 0.04 346.18 0.89 0.64
Hex F5 50 76 0 43 34 4 15A 59 40
Octal 365 120 166 0 103 64 4 532 131 100
Binary 11110101 1010000 1110110 0 1000011 110100 100 101011010 1011001 1000000

Color Harmonies of #F55076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55076

Black with #F55076

Text Example


Text Example

White with #F55076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55076; }

 p { color: rgb(245,80,118); }

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

background-color css

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

 a { background-color: rgb(245,80,118); }

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

border-color css

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

 span { border-color: rgb(245,80,118); }

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