Html Css Color HEX #F1797F Froly

📋 copy color: '#F1797F'

red 241 ◦ green 121 ◦ blue 127

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

Shades of Froly #F1797F

Tints of Froly #F1797F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.97%

R = 49.28%
G = 24.74%
B = 25.97%

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

#F1797F (or 0xF1797F) is known color: Froly. HEX triplet: F1, 79 and 7F. RGB value is (241,121,127). Sum of RGB (Red+Green+Blue) = 241+121+127=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1797F is #0E8680. Grayscale: #9D9D9D. Windows color (decimal): -951937 or 8354289. OLE color: 8354289.

HSL color Cylindrical-coordinate representation of color #F1797F: hue angle of 357º 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 #F1797F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 121 127 -
CMYK 0 0.50 0.47 0.05
HSL 357º 0.81% 0.71% -
HSV(B) 357º 0.5% 0.95% -
XYZ 46.94 33.91 24.15 -
YUV 157.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 241 121 127 0 0.50 0.47 0.05 357 0.81 0.71
Hex F1 79 7F 0 32 2F 5 165 51 47
Octal 361 171 177 0 62 57 5 545 121 107
Binary 11110001 1111001 1111111 0 110010 101111 101 101100101 1010001 1000111

Color Harmonies of #F1797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1797F

Black with #F1797F

Text Example


Text Example

White with #F1797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1797F; }

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

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

background-color css

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

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

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

border-color css

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

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

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