Html Css Color HEX #F5575A Wild Watermelon

📋 copy color: '#F5575A'

red 245 ◦ green 87 ◦ blue 90

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

Shades of Wild Watermelon #F5575A

Tints of Wild Watermelon #F5575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.62%

 BLUE value IS 90 (35.55% from 255) = 21.33%

R = 58.06%
G = 20.62%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5575A (or 0xF5575A) is known color: Wild Watermelon. HEX triplet: F5, 57 and 5A. RGB value is (245,87,90). Sum of RGB (Red+Green+Blue) = 245+87+90=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5575A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5575A is #0AA8A5. Grayscale: #868686. Windows color (decimal): -698534 or 5920757. OLE color: 5920757.

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

Color convert

RGB 245 87 90 -
CMYK 0 0.64 0.63 0.04
HSL 358.86º 0.89% 0.65% -
HSV(B) 358.86º 0.64% 0.96% -
XYZ 42.91 26.97 12.62 -
YUV 134.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 245 87 90 0 0.64 0.63 0.04 358.86 0.89 0.65
Hex F5 57 5A 0 40 3F 4 167 59 41
Octal 365 127 132 0 100 77 4 547 131 101
Binary 11110101 1010111 1011010 0 1000000 111111 100 101100111 1011001 1000001

Color Harmonies of #F5575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5575A

Black with #F5575A

Text Example


Text Example

White with #F5575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5575A; }

 p { color: rgb(245,87,90); }

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

background-color css

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

 a { background-color: rgb(245,87,90); }

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

border-color css

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

 span { border-color: rgb(245,87,90); }

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