#FB757A

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

Shades of Froly #FB757A

Tints of Froly #FB757A

Color information

#FB757A (or 0xFB757A) is unknown color: approx Froly. HEX triplet: FB, 75 and 7A. RGB value is (251,117,122). Sum of RGB (Red+Green+Blue) = 251+117+122=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB757A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB757A is #048A85. Grayscale: #9D9D9D. Windows color (decimal): -297606 or 8025595. OLE color: 8025595.

HSL color Cylindrical-coordinate representation of color #FB757A: hue angle of 357.76º degrees, saturation: 0.94, 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 #FB757A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB251117122-
CMYK00.530.510.02
HSL357.76º94.37%72.16%-
HSV(B)357.76º53.39%98.43%-
XYZ49.6634.6422.48-
YUV157.64107.89194.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.22%
GREEN value IS 117 (46.09% from 255) = 23.88%
BLUE value IS 122 (48.05% from 255) = 24.90%
R=51.22%
G=23.88%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111712200.530.510.02357.7694.3772.16
HexFB757A0353321665e48
Octal373165172065632546136110
Binary111110111110101111101001101011100111010110011010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB757A; }

 p { color: rgb(251,117,122); }

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

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

 a { background-color: rgb(251,117,122); }

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

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

 span { border-color: rgb(251,117,122); }

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