Html Css Color HEX #F1777E Froly

📋 copy color: '#F1777E'

red 241 ◦ green 119 ◦ blue 126

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

Shades of Froly #F1777E

Tints of Froly #F1777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.93%

R = 49.59%
G = 24.49%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1777E (or 0xF1777E) is known color: Froly. HEX triplet: F1, 77 and 7E. RGB value is (241,119,126). Sum of RGB (Red+Green+Blue) = 241+119+126=486 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.59% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 241 - color contains mainly: red. Hex color #F1777E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1777E is #0E8881. Grayscale: #9C9C9C. Windows color (decimal): -952450 or 8288241. OLE color: 8288241.

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

Color convert

RGB 241 119 126 -
CMYK 0 0.51 0.48 0.05
HSL 356.56º 0.81% 0.71% -
HSV(B) 356.56º 0.51% 0.95% -
XYZ 46.64 33.4 23.73 -
YUV 156.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 241 119 126 0 0.51 0.48 0.05 356.56 0.81 0.71
Hex F1 77 7E 0 33 30 5 165 51 47
Octal 361 167 176 0 63 60 5 545 121 107
Binary 11110001 1110111 1111110 0 110011 110000 101 101100101 1010001 1000111

Color Harmonies of #F1777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1777E

Black with #F1777E

Text Example


Text Example

White with #F1777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1777E; }

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

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

background-color css

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

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

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

border-color css

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

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

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