#F26877

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

Shades of Froly #F26877

Tints of Froly #F26877

Color information

#F26877 (or 0xF26877) is unknown color: approx Froly. HEX triplet: F2, 68 and 77. RGB value is (242,104,119). Sum of RGB (Red+Green+Blue) = 242+104+119=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F26877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26877 is #0D9788. Grayscale: #939393. Windows color (decimal): -890761 or 7825650. OLE color: 7825650.

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

Color convert

RGB242104119-
CMYK00.570.510.05
HSL353.48º84.15%67.84%-
HSV(B)353.48º57.02%94.9%-
XYZ44.930.1120.9-
YUV146.97112.22195.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.04%
GREEN value IS 104 (41.02% from 255) = 22.37%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=52.04%
G=22.37%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210411900.570.510.05353.4884.1567.84
HexF268770393351615444
Octal362150167071635541124104
Binary1111001011010001110111011100111001110110110000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26877; }

 p { color: rgb(242,104,119); }

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

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

 a { background-color: rgb(242,104,119); }

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

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

 span { border-color: rgb(242,104,119); }

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