Html Css Color HEX #F1797D Froly

📋 copy color: '#F1797D'

red 241 ◦ green 121 ◦ blue 125

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

Shades of Froly #F1797D

Tints of Froly #F1797D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 49.49%
G = 24.85%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1797D (or 0xF1797D) is known color: Froly. HEX triplet: F1, 79 and 7D. RGB value is (241,121,125). Sum of RGB (Red+Green+Blue) = 241+121+125=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F1797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1797D is #0E8682. Grayscale: #9D9D9D. Windows color (decimal): -951939 or 8223217. OLE color: 8223217.

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

Color convert

RGB 241 121 125 -
CMYK 0 0.50 0.48 0.05
HSL 358º 0.81% 0.71% -
HSV(B) 358º 0.5% 0.95% -
XYZ 46.81 33.86 23.47 -
YUV 157.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 241 121 125 0 0.50 0.48 0.05 358 0.81 0.71
Hex F1 79 7D 0 32 30 5 166 51 47
Octal 361 171 175 0 62 60 5 546 121 107
Binary 11110001 1111001 1111101 0 110010 110000 101 101100110 1010001 1000111

Color Harmonies of #F1797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1797D

Black with #F1797D

Text Example


Text Example

White with #F1797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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