#F2626A

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

Shades of Froly #F2626A

Tints of Froly #F2626A

Color information

#F2626A (or 0xF2626A) is unknown color: approx Froly. HEX triplet: F2, 62 and 6A. RGB value is (242,98,106). Sum of RGB (Red+Green+Blue) = 242+98+106=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2626A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2626A is #0D9D95. Grayscale: #8E8E8E. Windows color (decimal): -892310 or 6972146. OLE color: 6972146.

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

Color convert

RGB24298106-
CMYK00.600.560.05
HSL356.67º84.71%66.67%-
HSV(B)356.67º59.5%94.9%-
XYZ43.5928.6516.87-
YUV141.97107.71199.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 54.26%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 106 (41.80% from 255) = 23.77%
R=54.26%
G=21.97%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429810600.600.560.05356.6784.7166.67
HexF2626A03C3851655543
Octal362142152074705545125103
Binary1111001011000101101010011110011100010110110010110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2626A; }

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

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

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

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

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

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

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

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