#F4767F

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

Shades of Froly #F4767F

Tints of Froly #F4767F

Color information

#F4767F (or 0xF4767F) is unknown color: approx Froly. HEX triplet: F4, 76 and 7F. RGB value is (244,118,127). Sum of RGB (Red+Green+Blue) = 244+118+127=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4767F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4767F is #0B8980. Grayscale: #9C9C9C. Windows color (decimal): -756097 or 8353524. OLE color: 8353524.

HSL color Cylindrical-coordinate representation of color #F4767F: hue angle of 355.71º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F4767F is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB244118127-
CMYK00.520.480.04
HSL355.71º85.14%70.98%-
HSV(B)355.71º51.64%95.69%-
XYZ47.6233.7224.08-
YUV156.7111.24190.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.90%
GREEN value IS 118 (46.48% from 255) = 24.13%
BLUE value IS 127 (50% from 255) = 25.97%
R=49.90%
G=24.13%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411812700.520.480.04355.7185.1470.98
HexF4767F0343041645547
Octal364166177064604544125107
Binary1111010011101101111111011010011000010010110010010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4767F; }

 p { color: rgb(244,118,127); }

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

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

 a { background-color: rgb(244,118,127); }

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

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

 span { border-color: rgb(244,118,127); }

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