Html Css Color HEX #F17780 Froly

📋 copy color: '#F17780'

red 241 ◦ green 119 ◦ blue 128

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

Shades of Froly #F17780

Tints of Froly #F17780

RGB

 RED value IS 241 (94.53% from 255) = 49.39%

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

 BLUE value IS 128 (50.39% from 255) = 26.23%

R = 49.39%
G = 24.39%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F17780 (or 0xF17780) is known color: Froly. HEX triplet: F1, 77 and 80. RGB value is (241,119,128). Sum of RGB (Red+Green+Blue) = 241+119+128=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F17780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17780 is #0E887F. Grayscale: #9C9C9C. Windows color (decimal): -952448 or 8419313. OLE color: 8419313.

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

Color convert

RGB 241 119 128 -
CMYK 0 0.51 0.47 0.05
HSL 355.57º 0.81% 0.71% -
HSV(B) 355.57º 0.51% 0.95% -
XYZ 46.77 33.45 24.41 -
YUV 156.5 111.92 188.27 -
System Red Green Blue C M Y K H S L
Decimal 241 119 128 0 0.51 0.47 0.05 355.57 0.81 0.71
Hex F1 77 80 0 33 2F 5 164 51 47
Octal 361 167 200 0 63 57 5 544 121 107
Binary 11110001 1110111 10000000 0 110011 101111 101 101100100 1010001 1000111

Color Harmonies of #F17780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17780

Black with #F17780

Text Example


Text Example

White with #F17780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17780; }

 p { color: rgb(241,119,128); }

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

background-color css

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

 a { background-color: rgb(241,119,128); }

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

border-color css

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

 span { border-color: rgb(241,119,128); }

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