#F26472

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

Shades of Froly #F26472

Tints of Froly #F26472

Color information

#F26472 (or 0xF26472) is unknown color: approx Froly. HEX triplet: F2, 64 and 72. RGB value is (242,100,114). Sum of RGB (Red+Green+Blue) = 242+100+114=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F26472 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26472 is #0D9B8D. Grayscale: #909090. Windows color (decimal): -891790 or 7496946. OLE color: 7496946.

HSL color Cylindrical-coordinate representation of color #F26472: hue angle of 354.08º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26472 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB242100114-
CMYK00.590.530.05
HSL354.08º84.52%67.06%-
HSV(B)354.08º58.68%94.9%-
XYZ44.2129.2119.23-
YUV144.05111.04197.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 53.07%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 114 (44.92% from 255) = 25%
R=53.07%
G=21.93%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210011400.590.530.05354.0884.5267.06
HexF2647203B3551625543
Octal362144162073655542125103
Binary1111001011001001110010011101111010110110110001010101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26472; }

 p { color: rgb(242,100,114); }

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

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

 a { background-color: rgb(242,100,114); }

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

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

 span { border-color: rgb(242,100,114); }

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