Html Css Color HEX #F55476 Wild Watermelon

📋 copy color: '#F55476'

red 245 ◦ green 84 ◦ blue 118

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

Shades of Wild Watermelon #F55476

Tints of Wild Watermelon #F55476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.79%

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

R = 54.81%
G = 18.79%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F55476 (or 0xF55476) is known color: Wild Watermelon. HEX triplet: F5, 54 and 76. RGB value is (245,84,118). Sum of RGB (Red+Green+Blue) = 245+84+118=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F55476 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55476 is #0AAB89. Grayscale: #888888. Windows color (decimal): -699274 or 7754997. OLE color: 7754997.

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

Color convert

RGB 245 84 118 -
CMYK 0 0.66 0.52 0.04
HSL 347.33º 0.89% 0.65% -
HSV(B) 347.33º 0.66% 0.96% -
XYZ 44.1 27.06 20.04 -
YUV 136.02 117.84 205.74 -
System Red Green Blue C M Y K H S L
Decimal 245 84 118 0 0.66 0.52 0.04 347.33 0.89 0.65
Hex F5 54 76 0 42 34 4 15B 59 41
Octal 365 124 166 0 102 64 4 533 131 101
Binary 11110101 1010100 1110110 0 1000010 110100 100 101011011 1011001 1000001

Color Harmonies of #F55476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55476

Black with #F55476

Text Example


Text Example

White with #F55476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55476; }

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

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

background-color css

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

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

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

border-color css

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

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

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