#f2777b

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

Shades of Froly #F2777B

Tints of Froly #F2777B

Color information

#F2777B (or 0xF2777B) is unknown color: approx Froly. HEX triplet: F2, 77 and 7B. RGB value is (242,119,123). Sum of RGB (Red+Green+Blue) = 242+119+123=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2777B is #0D8884. Grayscale: #9C9C9C. Windows color (decimal): -886917 or 8091634. OLE color: 8091634.

HSL color Cylindrical-coordinate representation of color #F2777B: hue angle of 358.05º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2777B is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242119123-
CMYK00.510.490.05
HSL358.05º82.55%70.78%-
HSV(B)358.05º50.83%94.9%-
XYZ46.7933.522.74-
YUV156.23109.25189.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 50%
GREEN value IS 119 (46.88% from 255) = 24.59%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=50%
G=24.59%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211912300.510.490.05358.0582.5570.78
HexF2777B0333151665347
Octal362167173063615546123107
Binary1111001011101111111011011001111000110110110011010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2777b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2777b; }

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

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

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

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

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

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

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

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