#F6777B

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

Shades of Froly #F6777B

Tints of Froly #F6777B

Color information

#F6777B (or 0xF6777B) is unknown color: approx Froly. HEX triplet: F6, 77 and 7B. RGB value is (246,119,123). Sum of RGB (Red+Green+Blue) = 246+119+123=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6777B is #098884. Grayscale: #9D9D9D. Windows color (decimal): -624773 or 8091638. OLE color: 8091638.

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

Color convert

RGB246119123-
CMYK00.520.500.04
HSL358.11º87.59%71.57%-
HSV(B)358.11º51.63%96.47%-
XYZ48.1834.2222.8-
YUV157.43108.58191.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.41%
GREEN value IS 119 (46.88% from 255) = 24.39%
BLUE value IS 123 (48.44% from 255) = 25.20%
R=50.41%
G=24.39%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24611912300.520.500.04358.1187.5971.57
HexF6777B0343241665848
Octal366167173064624546130110
Binary1111011011101111111011011010011001010010110011010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6777B; }

 p { color: rgb(246,119,123); }

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

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

 a { background-color: rgb(246,119,123); }

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

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

 span { border-color: rgb(246,119,123); }

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