Html Css Color HEX #F57E83 Froly

📋 copy color: '#F57E83'

red 245 ◦ green 126 ◦ blue 131

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

Shades of Froly #F57E83

Tints of Froly #F57E83

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

 BLUE value IS 131 (51.56% from 255) = 26.1%

R = 48.8%
G = 25.1%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F57E83 (or 0xF57E83) is known color: Froly. HEX triplet: F5, 7E and 83. RGB value is (245,126,131). Sum of RGB (Red+Green+Blue) = 245+126+131=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57E83 is #0A817C. Grayscale: #A2A2A2. Windows color (decimal): -688509 or 8617717. OLE color: 8617717.

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

Color convert

RGB 245 126 131 -
CMYK 0 0.49 0.47 0.04
HSL 357.48º 0.86% 0.73% -
HSV(B) 357.48º 0.49% 0.96% -
XYZ 49.21 35.97 25.82 -
YUV 162.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 245 126 131 0 0.49 0.47 0.04 357.48 0.86 0.73
Hex F5 7E 83 0 31 2F 4 165 56 49
Octal 365 176 203 0 61 57 4 545 126 111
Binary 11110101 1111110 10000011 0 110001 101111 100 101100101 1010110 1001001

Color Harmonies of #F57E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57E83

Black with #F57E83

Text Example


Text Example

White with #F57E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57E83; }

 p { color: rgb(245,126,131); }

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

background-color css

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

 a { background-color: rgb(245,126,131); }

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

border-color css

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

 span { border-color: rgb(245,126,131); }

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