Html Css Color HEX #F55475 Wild Watermelon

📋 copy color: '#F55475'

red 245 ◦ green 84 ◦ blue 117

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

Shades of Wild Watermelon #F55475

Tints of Wild Watermelon #F55475

RGB

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

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

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

R = 54.93%
G = 18.83%
B = 26.23%

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

#F55475 (or 0xF55475) is known color: Wild Watermelon. HEX triplet: F5, 54 and 75. RGB value is (245,84,117). Sum of RGB (Red+Green+Blue) = 245+84+117=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F55475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55475 is #0AAB8A. Grayscale: #878787. Windows color (decimal): -699275 or 7689461. OLE color: 7689461.

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

Color convert

RGB 245 84 117 -
CMYK 0 0.66 0.52 0.04
HSL 347.7º 0.89% 0.65% -
HSV(B) 347.7º 0.66% 0.96% -
XYZ 44.04 27.04 19.73 -
YUV 135.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 245 84 117 0 0.66 0.52 0.04 347.7 0.89 0.65
Hex F5 54 75 0 42 34 4 15C 59 41
Octal 365 124 165 0 102 64 4 534 131 101
Binary 11110101 1010100 1110101 0 1000010 110100 100 101011100 1011001 1000001

Color Harmonies of #F55475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55475

Black with #F55475

Text Example


Text Example

White with #F55475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55475; }

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

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

background-color css

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

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

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

border-color css

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

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

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