#F2656A

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

Shades of Froly #F2656A

Tints of Froly #F2656A

Color information

#F2656A (or 0xF2656A) is unknown color: approx Froly. HEX triplet: F2, 65 and 6A. RGB value is (242,101,106). Sum of RGB (Red+Green+Blue) = 242+101+106=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2656A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2656A is #0D9A95. Grayscale: #8F8F8F. Windows color (decimal): -891542 or 6972914. OLE color: 6972914.

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

Color convert

RGB242101106-
CMYK00.580.560.05
HSL357.87º84.43%67.25%-
HSV(B)357.87º58.26%94.9%-
XYZ43.8729.2316.96-
YUV143.73106.71198.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.90%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=53.90%
G=22.49%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210110600.580.560.05357.8784.4367.25
HexF2656A03A3851665443
Octal362145152072705546124103
Binary1111001011001011101010011101011100010110110011010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2656A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2656A; }

 p { color: rgb(242,101,106); }

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

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

 a { background-color: rgb(242,101,106); }

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

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

 span { border-color: rgb(242,101,106); }

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