Html Css Color HEX #F17980 Froly

📋 copy color: '#F17980'

red 241 ◦ green 121 ◦ blue 128

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

Shades of Froly #F17980

Tints of Froly #F17980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.69%

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

R = 49.18%
G = 24.69%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F17980 (or 0xF17980) is known color: Froly. HEX triplet: F1, 79 and 80. RGB value is (241,121,128). Sum of RGB (Red+Green+Blue) = 241+121+128=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F17980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17980 is #0E867F. Grayscale: #9D9D9D. Windows color (decimal): -951936 or 8419825. OLE color: 8419825.

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

Color convert

RGB 241 121 128 -
CMYK 0 0.50 0.47 0.05
HSL 356.5º 0.81% 0.71% -
HSV(B) 356.5º 0.5% 0.95% -
XYZ 47.01 33.93 24.49 -
YUV 157.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 241 121 128 0 0.50 0.47 0.05 356.5 0.81 0.71
Hex F1 79 80 0 32 2F 5 164 51 47
Octal 361 171 200 0 62 57 5 544 121 107
Binary 11110001 1111001 10000000 0 110010 101111 101 101100100 1010001 1000111

Color Harmonies of #F17980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17980

Black with #F17980

Text Example


Text Example

White with #F17980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17980; }

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

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

background-color css

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

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

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

border-color css

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

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

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