#F7777C

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

Shades of Froly #F7777C

Tints of Froly #F7777C

Color information

#F7777C (or 0xF7777C) is unknown color: approx Froly. HEX triplet: F7, 77 and 7C. RGB value is (247,119,124). Sum of RGB (Red+Green+Blue) = 247+119+124=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7777C is #088883. Grayscale: #9D9D9D. Windows color (decimal): -559236 or 8157175. OLE color: 8157175.

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

Color convert

RGB247119124-
CMYK00.520.500.03
HSL357.66º88.89%71.76%-
HSV(B)357.66º51.82%96.86%-
XYZ48.5934.4223.15-
YUV157.84108.91191.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 50.41%
GREEN value IS 119 (46.88% from 255) = 24.29%
BLUE value IS 124 (48.83% from 255) = 25.31%
R=50.41%
G=24.29%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711912400.520.500.03357.6688.8971.76
HexF7777C0343231665948
Octal367167174064623546131110
Binary111101111110111111110001101001100101110110011010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7777C; }

 p { color: rgb(247,119,124); }

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

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

 a { background-color: rgb(247,119,124); }

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

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

 span { border-color: rgb(247,119,124); }

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