Html Css Color HEX #F17C80 Froly

📋 copy color: '#F17C80'

red 241 ◦ green 124 ◦ blue 128

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

Shades of Froly #F17C80

Tints of Froly #F17C80

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.15%

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

R = 48.88%
G = 25.15%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F17C80 (or 0xF17C80) is known color: Froly. HEX triplet: F1, 7C and 80. RGB value is (241,124,128). Sum of RGB (Red+Green+Blue) = 241+124+128=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17C80 is #0E837F. Grayscale: #9F9F9F. Windows color (decimal): -951168 or 8420593. OLE color: 8420593.

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

Color convert

RGB 241 124 128 -
CMYK 0 0.49 0.47 0.05
HSL 357.95º 0.81% 0.72% -
HSV(B) 357.95º 0.49% 0.95% -
XYZ 47.38 34.67 24.62 -
YUV 159.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 241 124 128 0 0.49 0.47 0.05 357.95 0.81 0.72
Hex F1 7C 80 0 31 2F 5 166 51 48
Octal 361 174 200 0 61 57 5 546 121 110
Binary 11110001 1111100 10000000 0 110001 101111 101 101100110 1010001 1001000

Color Harmonies of #F17C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C80

Black with #F17C80

Text Example


Text Example

White with #F17C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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