#F9767C

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

Shades of Froly #F9767C

Tints of Froly #F9767C

Color information

#F9767C (or 0xF9767C) is unknown color: approx Froly. HEX triplet: F9, 76 and 7C. RGB value is (249,118,124). Sum of RGB (Red+Green+Blue) = 249+118+124=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9767C is #068983. Grayscale: #9D9D9D. Windows color (decimal): -428420 or 8156921. OLE color: 8156921.

HSL color Cylindrical-coordinate representation of color #F9767C: hue angle of 357.25º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F9767C is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB249118124-
CMYK00.530.500.02
HSL357.25º91.61%71.96%-
HSV(B)357.25º52.61%97.65%-
XYZ49.1834.5523.15-
YUV157.85108.9193.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.71%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 124 (48.83% from 255) = 25.25%
R=50.71%
G=24.03%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911812400.530.500.02357.2591.6171.96
HexF9767C0353221655c48
Octal371166174065622545134110
Binary111110011110110111110001101011100101010110010110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9767C; }

 p { color: rgb(249,118,124); }

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

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

 a { background-color: rgb(249,118,124); }

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

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

 span { border-color: rgb(249,118,124); }

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