Html Css Color HEX #F57C83 Froly

📋 copy color: '#F57C83'

red 245 ◦ green 124 ◦ blue 131

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

Shades of Froly #F57C83

Tints of Froly #F57C83

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.8%

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

R = 49%
G = 24.8%
B = 26.2%

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

#F57C83 (or 0xF57C83) is known color: Froly. HEX triplet: F5, 7C and 83. RGB value is (245,124,131). Sum of RGB (Red+Green+Blue) = 245+124+131=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57C83 is #0A837C. Grayscale: #A1A1A1. Windows color (decimal): -689021 or 8617205. OLE color: 8617205.

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

Color convert

RGB 245 124 131 -
CMYK 0 0.49 0.47 0.04
HSL 356.53º 0.86% 0.72% -
HSV(B) 356.53º 0.49% 0.96% -
XYZ 48.96 35.47 25.74 -
YUV 160.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 245 124 131 0 0.49 0.47 0.04 356.53 0.86 0.72
Hex F5 7C 83 0 31 2F 4 165 56 48
Octal 365 174 203 0 61 57 4 545 126 110
Binary 11110101 1111100 10000011 0 110001 101111 100 101100101 1010110 1001000

Color Harmonies of #F57C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57C83

Black with #F57C83

Text Example


Text Example

White with #F57C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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