#F67881

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

Shades of Froly #F67881

Tints of Froly #F67881

Color information

#F67881 (or 0xF67881) is unknown color: approx Froly. HEX triplet: F6, 78 and 81. RGB value is (246,120,129). Sum of RGB (Red+Green+Blue) = 246+120+129=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F67881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F67881 is #09877E. Grayscale: #9E9E9E. Windows color (decimal): -624511 or 8485110. OLE color: 8485110.

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

Color convert

RGB246120129-
CMYK00.510.480.04
HSL355.71º87.5%71.76%-
HSV(B)355.71º51.22%96.47%-
XYZ48.6834.6124.88-
YUV158.7111.24190.27-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.70%
GREEN value IS 120 (47.27% from 255) = 24.24%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=49.70%
G=24.24%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612012900.510.480.04355.7187.571.76
HexF678810333041645848
Octal366170201063604544130110
Binary11110110111100010000001011001111000010010110010010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67881; }

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

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

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

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

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

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

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

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