#F26F75

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

Shades of Froly #F26F75

Tints of Froly #F26F75

Color information

#F26F75 (or 0xF26F75) is unknown color: approx Froly. HEX triplet: F2, 6F and 75. RGB value is (242,111,117). Sum of RGB (Red+Green+Blue) = 242+111+117=470 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.49% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F75 is #0D908A. Grayscale: #969696. Windows color (decimal): -888971 or 7696370. OLE color: 7696370.

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

Color convert

RGB242111117-
CMYK00.540.520.05
HSL357.25º83.44%69.22%-
HSV(B)357.25º54.13%94.9%-
XYZ45.5131.5320.52-
YUV150.85108.9193.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.49%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=51.49%
G=23.62%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211111700.540.520.05357.2583.4469.22
HexF26F750363451655345
Octal362157165066645545123105
Binary1111001011011111110101011011011010010110110010110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26F75; }

 p { color: rgb(242,111,117); }

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

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

 a { background-color: rgb(242,111,117); }

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

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

 span { border-color: rgb(242,111,117); }

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