Html Css Color HEX #F57280 Froly

📋 copy color: '#F57280'

red 245 ◦ green 114 ◦ blue 128

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

Shades of Froly #F57280

Tints of Froly #F57280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

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

R = 50.31%
G = 23.41%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F57280 (or 0xF57280) is known color: Froly. HEX triplet: F5, 72 and 80. RGB value is (245,114,128). Sum of RGB (Red+Green+Blue) = 245+114+128=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F57280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57280 is #0A8D7F. Grayscale: #9A9A9A. Windows color (decimal): -691584 or 8418037. OLE color: 8418037.

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

Color convert

RGB 245 114 128 -
CMYK 0 0.53 0.48 0.04
HSL 353.59º 0.87% 0.7% -
HSV(B) 353.59º 0.53% 0.96% -
XYZ 47.57 33.01 24.29 -
YUV 154.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 245 114 128 0 0.53 0.48 0.04 353.59 0.87 0.7
Hex F5 72 80 0 35 30 4 162 57 46
Octal 365 162 200 0 65 60 4 542 127 106
Binary 11110101 1110010 10000000 0 110101 110000 100 101100010 1010111 1000110

Color Harmonies of #F57280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57280

Black with #F57280

Text Example


Text Example

White with #F57280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57280; }

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

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

background-color css

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

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

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

border-color css

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

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

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