#F26E7B

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

Shades of Froly #F26E7B

Tints of Froly #F26E7B

Color information

#F26E7B (or 0xF26E7B) is unknown color: approx Froly. HEX triplet: F2, 6E and 7B. RGB value is (242,110,123). Sum of RGB (Red+Green+Blue) = 242+110+123=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26E7B is #0D9184. Grayscale: #979797. Windows color (decimal): -889221 or 8089330. OLE color: 8089330.

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

Color convert

RGB242110123-
CMYK00.550.490.05
HSL354.09º83.54%69.02%-
HSV(B)354.09º54.55%94.9%-
XYZ45.7731.4622.4-
YUV150.95112.23192.94-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50.95%
GREEN value IS 110 (43.36% from 255) = 23.16%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=50.95%
G=23.16%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211012300.550.490.05354.0983.5469.02
HexF26E7B0373151625445
Octal362156173067615542124105
Binary1111001011011101111011011011111000110110110001010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26E7B; }

 p { color: rgb(242,110,123); }

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

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

 a { background-color: rgb(242,110,123); }

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

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

 span { border-color: rgb(242,110,123); }

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