#F26876

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

Shades of Froly #F26876

Tints of Froly #F26876

Color information

#F26876 (or 0xF26876) is unknown color: approx Froly. HEX triplet: F2, 68 and 76. RGB value is (242,104,118). Sum of RGB (Red+Green+Blue) = 242+104+118=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F26876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26876 is #0D9789. Grayscale: #929292. Windows color (decimal): -890762 or 7760114. OLE color: 7760114.

HSL color Cylindrical-coordinate representation of color #F26876: hue angle of 353.91º 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 #F26876 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB242104118-
CMYK00.570.510.05
HSL353.91º84.15%67.84%-
HSV(B)353.91º57.02%94.9%-
XYZ44.8430.0920.58-
YUV146.86111.72195.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.16%
GREEN value IS 104 (41.02% from 255) = 22.41%
BLUE value IS 118 (46.48% from 255) = 25.43%
R=52.16%
G=22.41%
B=25.43%

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
Decimal24210411800.570.510.05353.9184.1567.84
HexF268760393351625444
Octal362150166071635542124104
Binary1111001011010001110110011100111001110110110001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26876; }

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

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

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

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

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

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

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

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