Html Css Color HEX #F57D7E Froly

📋 copy color: '#F57D7E'

red 245 ◦ green 125 ◦ blue 126

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

Shades of Froly #F57D7E

Tints of Froly #F57D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.2%

 BLUE value IS 126 (49.61% from 255) = 25.4%

R = 49.4%
G = 25.2%
B = 25.4%

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

#F57D7E (or 0xF57D7E) is known color: Froly. HEX triplet: F5, 7D and 7E. RGB value is (245,125,126). Sum of RGB (Red+Green+Blue) = 245+125+126=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D7E is #0A8281. Grayscale: #A1A1A1. Windows color (decimal): -688770 or 8289781. OLE color: 8289781.

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

Color convert

RGB 245 125 126 -
CMYK 0 0.49 0.49 0.04
HSL 359.5º 0.86% 0.73% -
HSV(B) 359.5º 0.49% 0.96% -
XYZ 48.76 35.59 24.04 -
YUV 160.99 108.26 187.92 -
System Red Green Blue C M Y K H S L
Decimal 245 125 126 0 0.49 0.49 0.04 359.5 0.86 0.73
Hex F5 7D 7E 0 31 31 4 168 56 49
Octal 365 175 176 0 61 61 4 550 126 111
Binary 11110101 1111101 1111110 0 110001 110001 100 101101000 1010110 1001001

Color Harmonies of #F57D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D7E

Black with #F57D7E

Text Example


Text Example

White with #F57D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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