#F1767C

Color #F1767C Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #F1767C

Tints of Froly #F1767C

Color information

#F1767C (or 0xF1767C) is unknown color: approx Froly. HEX triplet: F1, 76 and 7C. RGB value is (241,118,124). Sum of RGB (Red+Green+Blue) = 241+118+124=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 124 (48.83% from 255 or 25.67% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F1767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1767C is #0E8983. Grayscale: #9B9B9B. Windows color (decimal): -952708 or 8156913. OLE color: 8156913.

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

Color convert

RGB241118124-
CMYK00.510.490.05
HSL357.07º81.46%70.39%-
HSV(B)357.07º51.04%94.51%-
XYZ46.3933.1123.02-
YUV155.46110.25189.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.90%
GREEN value IS 118 (46.48% from 255) = 24.43%
BLUE value IS 124 (48.83% from 255) = 25.67%
R=49.90%
G=24.43%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111812400.510.490.05357.0781.4670.39
HexF1767C0333151655146
Octal361166174063615545121106
Binary1111000111101101111100011001111000110110110010110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1767C; }

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

 H1.HeaderClassName
 {
   color: #F1767C;
 }
 .AnyTagClassName
 {
   color: #F1767C;
 }
</style>
background-color css

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

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

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

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

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

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