Html Css Color HEX #F57781 Froly

📋 copy color: '#F57781'

red 245 ◦ green 119 ◦ blue 129

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

Shades of Froly #F57781

Tints of Froly #F57781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.14%

 BLUE value IS 129 (50.78% from 255) = 26.17%

R = 49.7%
G = 24.14%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F57781 (or 0xF57781) is known color: Froly. HEX triplet: F5, 77 and 81. RGB value is (245,119,129). Sum of RGB (Red+Green+Blue) = 245+119+129=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 129 (50.78% from 255 or 26.17% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F57781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57781 is #0A887E. Grayscale: #9D9D9D. Windows color (decimal): -690303 or 8484853. OLE color: 8484853.

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

Color convert

RGB 245 119 129 -
CMYK 0 0.51 0.47 0.04
HSL 355.24º 0.86% 0.71% -
HSV(B) 355.24º 0.51% 0.96% -
XYZ 48.22 34.19 24.83 -
YUV 157.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 245 119 129 0 0.51 0.47 0.04 355.24 0.86 0.71
Hex F5 77 81 0 33 2F 4 163 56 47
Octal 365 167 201 0 63 57 4 543 126 107
Binary 11110101 1110111 10000001 0 110011 101111 100 101100011 1010110 1000111

Color Harmonies of #F57781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57781

Black with #F57781

Text Example


Text Example

White with #F57781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57781; }

 p { color: rgb(245,119,129); }

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

background-color css

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

 a { background-color: rgb(245,119,129); }

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

border-color css

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

 span { border-color: rgb(245,119,129); }

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