#F26370

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

Shades of Froly #F26370

Tints of Froly #F26370

Color information

#F26370 (or 0xF26370) is unknown color: approx Froly. HEX triplet: F2, 63 and 70. RGB value is (242,99,112). Sum of RGB (Red+Green+Blue) = 242+99+112=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 99 (39.06% from 255 or 21.85% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F26370 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26370 is #0D9C8F. Grayscale: #8F8F8F. Windows color (decimal): -892048 or 7365618. OLE color: 7365618.

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

Color convert

RGB24299112-
CMYK00.590.540.05
HSL354.55º84.62%66.86%-
HSV(B)354.55º59.09%94.9%-
XYZ4428.9718.6-
YUV143.24110.38198.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.42%
GREEN value IS 99 (39.06% from 255) = 21.85%
BLUE value IS 112 (44.14% from 255) = 24.72%
R=53.42%
G=21.85%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429911200.590.540.05354.5584.6266.86
HexF2637003B3651635543
Octal362143160073665543125103
Binary1111001011000111110000011101111011010110110001110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26370; }

 p { color: rgb(242,99,112); }

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

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

 a { background-color: rgb(242,99,112); }

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

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

 span { border-color: rgb(242,99,112); }

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