#F5666A

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

Shades of Froly #F5666A

Tints of Froly #F5666A

Color information

#F5666A (or 0xF5666A) is unknown color: approx Froly. HEX triplet: F5, 66 and 6A. RGB value is (245,102,106). Sum of RGB (Red+Green+Blue) = 245+102+106=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5666A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5666A is #0A9995. Grayscale: #919191. Windows color (decimal): -694678 or 6973173. OLE color: 6973173.

HSL color Cylindrical-coordinate representation of color #F5666A: hue angle of 358.32º degrees, saturation: 0.88, 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 #F5666A is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB245102106-
CMYK00.580.570.04
HSL358.32º87.73%68.04%-
HSV(B)358.32º58.37%96.08%-
XYZ45.0129.9617.05-
YUV145.21105.88199.17-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.08%
GREEN value IS 102 (40.23% from 255) = 22.52%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=54.08%
G=22.52%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510210600.580.570.04358.3287.7368.04
HexF5666A03A3941665844
Octal365146152072714546130104
Binary1111010111001101101010011101011100110010110011010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5666A; }

 p { color: rgb(245,102,106); }

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

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

 a { background-color: rgb(245,102,106); }

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

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

 span { border-color: rgb(245,102,106); }

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