#F67A81

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

Shades of Froly #F67A81

Tints of Froly #F67A81

Color information

#F67A81 (or 0xF67A81) is unknown color: approx Froly. HEX triplet: F6, 7A and 81. RGB value is (246,122,129). Sum of RGB (Red+Green+Blue) = 246+122+129=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 129 (50.78% from 255 or 25.96% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F67A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67A81 is #09857E. Grayscale: #9F9F9F. Windows color (decimal): -623999 or 8485622. OLE color: 8485622.

HSL color Cylindrical-coordinate representation of color #F67A81: hue angle of 356.61º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67A81 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB246122129-
CMYK00.500.480.04
HSL356.61º87.32%72.16%-
HSV(B)356.61º50.41%96.47%-
XYZ48.9335.124.96-
YUV159.87110.58189.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.50%
GREEN value IS 122 (48.05% from 255) = 24.55%
BLUE value IS 129 (50.78% from 255) = 25.96%
R=49.50%
G=24.55%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612212900.500.480.04356.6187.3272.16
HexF67A810323041655748
Octal366172201062604545127110
Binary11110110111101010000001011001011000010010110010110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67A81; }

 p { color: rgb(246,122,129); }

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

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

 a { background-color: rgb(246,122,129); }

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

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

 span { border-color: rgb(246,122,129); }

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