Html Css Color HEX #F57580 Froly

📋 copy color: '#F57580'

red 245 ◦ green 117 ◦ blue 128

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

Shades of Froly #F57580

Tints of Froly #F57580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.88%

 BLUE value IS 128 (50.39% from 255) = 26.12%

R = 50%
G = 23.88%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F57580 (or 0xF57580) is known color: Froly. HEX triplet: F5, 75 and 80. RGB value is (245,117,128). Sum of RGB (Red+Green+Blue) = 245+117+128=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F57580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57580 is #0A8A7F. Grayscale: #9C9C9C. Windows color (decimal): -690816 or 8418805. OLE color: 8418805.

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

Color convert

RGB 245 117 128 -
CMYK 0 0.52 0.48 0.04
HSL 354.84º 0.86% 0.71% -
HSV(B) 354.84º 0.52% 0.96% -
XYZ 47.91 33.69 24.4 -
YUV 156.53 111.91 191.11 -
System Red Green Blue C M Y K H S L
Decimal 245 117 128 0 0.52 0.48 0.04 354.84 0.86 0.71
Hex F5 75 80 0 34 30 4 163 56 47
Octal 365 165 200 0 64 60 4 543 126 107
Binary 11110101 1110101 10000000 0 110100 110000 100 101100011 1010110 1000111

Color Harmonies of #F57580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57580

Black with #F57580

Text Example


Text Example

White with #F57580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57580; }

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

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

background-color css

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

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

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

border-color css

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

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

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