#f2696e

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

Shades of Froly #F2696E

Tints of Froly #F2696E

Color information

#F2696E (or 0xF2696E) is unknown color: approx Froly. HEX triplet: F2, 69 and 6E. RGB value is (242,105,110). Sum of RGB (Red+Green+Blue) = 242+105+110=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F2696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2696E is #0D9691. Grayscale: #929292. Windows color (decimal): -890514 or 7236082. OLE color: 7236082.

HSL color Cylindrical-coordinate representation of color #F2696E: hue angle of 357.81º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2696E is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB242105110-
CMYK00.570.550.05
HSL357.81º84.05%68.04%-
HSV(B)357.81º56.61%94.9%-
XYZ44.4830.1118.22-
YUV146.53107.39196.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 105 (41.41% from 255) = 22.98%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=52.95%
G=22.98%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210511000.570.550.05357.8184.0568.04
HexF2696E0393751665444
Octal362151156071675546124104
Binary1111001011010011101110011100111011110110110011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2696e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2696e; }

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

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

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

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

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

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

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

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