Html Css Color HEX #F5575B Wild Watermelon

📋 copy color: '#F5575B'

red 245 ◦ green 87 ◦ blue 91

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

Shades of Wild Watermelon #F5575B

Tints of Wild Watermelon #F5575B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.51%

R = 57.92%
G = 20.57%
B = 21.51%

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

#F5575B (or 0xF5575B) is known color: Wild Watermelon. HEX triplet: F5, 57 and 5B. RGB value is (245,87,91). Sum of RGB (Red+Green+Blue) = 245+87+91=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5575B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5575B is #0AA8A4. Grayscale: #868686. Windows color (decimal): -698533 or 5986293. OLE color: 5986293.

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

Color convert

RGB 245 87 91 -
CMYK 0 0.64 0.63 0.04
HSL 358.48º 0.89% 0.65% -
HSV(B) 358.48º 0.64% 0.96% -
XYZ 42.95 26.98 12.84 -
YUV 134.7 103.35 206.67 -
System Red Green Blue C M Y K H S L
Decimal 245 87 91 0 0.64 0.63 0.04 358.48 0.89 0.65
Hex F5 57 5B 0 40 3F 4 166 59 41
Octal 365 127 133 0 100 77 4 546 131 101
Binary 11110101 1010111 1011011 0 1000000 111111 100 101100110 1011001 1000001

Color Harmonies of #F5575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5575B

Black with #F5575B

Text Example


Text Example

White with #F5575B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5575B; }

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

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

background-color css

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

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

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

border-color css

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

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

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