#F5696E

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

Shades of Froly #F5696E

Tints of Froly #F5696E

Color information

#F5696E (or 0xF5696E) is unknown color: approx Froly. HEX triplet: F5, 69 and 6E. RGB value is (245,105,110). Sum of RGB (Red+Green+Blue) = 245+105+110=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 110 (43.36% from 255 or 23.91% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F5696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5696E is #0A9691. Grayscale: #939393. Windows color (decimal): -693906 or 7236085. OLE color: 7236085.

HSL color Cylindrical-coordinate representation of color #F5696E: hue angle of 357.86º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5696E is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB245105110-
CMYK00.570.550.04
HSL357.86º87.5%68.63%-
HSV(B)357.86º57.14%96.08%-
XYZ45.5230.6418.27-
YUV147.43106.88197.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.26%
GREEN value IS 105 (41.41% from 255) = 22.83%
BLUE value IS 110 (43.36% from 255) = 23.91%
R=53.26%
G=22.83%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510511000.570.550.04357.8687.568.63
HexF5696E0393741665845
Octal365151156071674546130105
Binary1111010111010011101110011100111011110010110011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5696E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5696E; }

 p { color: rgb(245,105,110); }

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

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

 a { background-color: rgb(245,105,110); }

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

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

 span { border-color: rgb(245,105,110); }

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