#F67278

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

Shades of Froly #F67278

Tints of Froly #F67278

Color information

#F67278 (or 0xF67278) is unknown color: approx Froly. HEX triplet: F6, 72 and 78. RGB value is (246,114,120). Sum of RGB (Red+Green+Blue) = 246+114+120=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F67278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67278 is #098D87. Grayscale: #9A9A9A. Windows color (decimal): -626056 or 7893750. OLE color: 7893750.

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

Color convert

RGB246114120-
CMYK00.540.510.04
HSL357.27º88%70.59%-
HSV(B)357.27º53.66%96.47%-
XYZ47.4132.9821.64-
YUV154.15108.73193.51-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.25%
GREEN value IS 114 (44.92% from 255) = 23.75%
BLUE value IS 120 (47.27% from 255) = 25%
R=51.25%
G=23.75%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611412000.540.510.04357.278870.59
HexF672780363341655847
Octal366162170066634545130107
Binary1111011011100101111000011011011001110010110010110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67278; }

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

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

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

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

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

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

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

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