#F46770

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

Shades of Froly #F46770

Tints of Froly #F46770

Color information

#F46770 (or 0xF46770) is unknown color: approx Froly. HEX triplet: F4, 67 and 70. RGB value is (244,103,112). Sum of RGB (Red+Green+Blue) = 244+103+112=459 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.16% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 244 - color contains mainly: red. Hex color #F46770 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F46770 is #0B988F. Grayscale: #929292. Windows color (decimal): -759952 or 7366644. OLE color: 7366644.

HSL color Cylindrical-coordinate representation of color #F46770: hue angle of 356.17º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F46770 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB244103112-
CMYK00.580.540.04
HSL356.17º86.5%68.04%-
HSV(B)356.17º57.79%95.69%-
XYZ45.0830.118.76-
YUV146.18108.71197.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 53.16%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=53.16%
G=22.44%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410311200.580.540.04356.1786.568.04
HexF4677003A3641645744
Octal364147160072664544127104
Binary1111010011001111110000011101011011010010110010010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F46770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F46770; }

 p { color: rgb(244,103,112); }

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

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

 a { background-color: rgb(244,103,112); }

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

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

 span { border-color: rgb(244,103,112); }

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