#F67274

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

Shades of Froly #F67274

Tints of Froly #F67274

Color information

#F67274 (or 0xF67274) is unknown color: approx Froly. HEX triplet: F6, 72 and 74. RGB value is (246,114,116). Sum of RGB (Red+Green+Blue) = 246+114+116=476 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.68% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 246 - color contains mainly: red. Hex color #F67274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67274 is #098D8B. Grayscale: #999999. Windows color (decimal): -626060 or 7631606. OLE color: 7631606.

HSL color Cylindrical-coordinate representation of color #F67274: hue angle of 359.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67274 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB246114116-
CMYK00.540.530.04
HSL359.09º88%70.59%-
HSV(B)359.09º53.66%96.47%-
XYZ47.1832.8920.38-
YUV153.7106.73193.84-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.68%
GREEN value IS 114 (44.92% from 255) = 23.95%
BLUE value IS 116 (45.70% from 255) = 24.37%
R=51.68%
G=23.95%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611411600.540.530.04359.098870.59
HexF672740363541675847
Octal366162164066654547130107
Binary1111011011100101110100011011011010110010110011110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67274; }

 p { color: rgb(246,114,116); }

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

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

 a { background-color: rgb(246,114,116); }

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

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

 span { border-color: rgb(246,114,116); }

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