Html Css Color HEX #F57681 Froly

📋 copy color: '#F57681'

red 245 ◦ green 118 ◦ blue 129

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

Shades of Froly #F57681

Tints of Froly #F57681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.98%

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

R = 49.8%
G = 23.98%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F57681 (or 0xF57681) is known color: Froly. HEX triplet: F5, 76 and 81. RGB value is (245,118,129). Sum of RGB (Red+Green+Blue) = 245+118+129=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F57681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57681 is #0A897E. Grayscale: #9D9D9D. Windows color (decimal): -690559 or 8484597. OLE color: 8484597.

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

Color convert

RGB 245 118 129 -
CMYK 0 0.52 0.47 0.04
HSL 354.8º 0.86% 0.71% -
HSV(B) 354.8º 0.52% 0.96% -
XYZ 48.1 33.95 24.79 -
YUV 157.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 245 118 129 0 0.52 0.47 0.04 354.8 0.86 0.71
Hex F5 76 81 0 34 2F 4 163 56 47
Octal 365 166 201 0 64 57 4 543 126 107
Binary 11110101 1110110 10000001 0 110100 101111 100 101100011 1010110 1000111

Color Harmonies of #F57681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57681

Black with #F57681

Text Example


Text Example

White with #F57681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57681; }

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

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

background-color css

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

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

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

border-color css

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

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

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