Html Css Color HEX #F57C7D Froly

📋 copy color: '#F57C7D'

red 245 ◦ green 124 ◦ blue 125

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

Shades of Froly #F57C7D

Tints of Froly #F57C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 49.6%
G = 25.1%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F57C7D (or 0xF57C7D) is known color: Froly. HEX triplet: F5, 7C and 7D. RGB value is (245,124,125). Sum of RGB (Red+Green+Blue) = 245+124+125=494 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.60% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57C7D is #0A8382. Grayscale: #A0A0A0. Windows color (decimal): -689027 or 8223989. OLE color: 8223989.

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

Color convert

RGB 245 124 125 -
CMYK 0 0.49 0.49 0.04
HSL 359.5º 0.86% 0.72% -
HSV(B) 359.5º 0.49% 0.96% -
XYZ 48.57 35.31 23.66 -
YUV 160.29 108.09 188.42 -
System Red Green Blue C M Y K H S L
Decimal 245 124 125 0 0.49 0.49 0.04 359.5 0.86 0.72
Hex F5 7C 7D 0 31 31 4 168 56 48
Octal 365 174 175 0 61 61 4 550 126 110
Binary 11110101 1111100 1111101 0 110001 110001 100 101101000 1010110 1001000

Color Harmonies of #F57C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57C7D

Black with #F57C7D

Text Example


Text Example

White with #F57C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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