#F26B70

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

Shades of Froly #F26B70

Tints of Froly #F26B70

Color information

#F26B70 (or 0xF26B70) is unknown color: approx Froly. HEX triplet: F2, 6B and 70. RGB value is (242,107,112). Sum of RGB (Red+Green+Blue) = 242+107+112=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26B70 is #0D948F. Grayscale: #949494. Windows color (decimal): -890000 or 7367666. OLE color: 7367666.

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

Color convert

RGB242107112-
CMYK00.560.540.05
HSL357.78º83.85%68.43%-
HSV(B)357.78º55.79%94.9%-
XYZ44.830.5618.87-
YUV147.94107.73195.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.49%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=52.49%
G=23.21%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210711200.560.540.05357.7883.8568.43
HexF26B700383651665444
Octal362153160070665546124104
Binary1111001011010111110000011100011011010110110011010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26B70; }

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

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

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

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

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

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

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

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