#FA7A7B

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

Shades of Froly #FA7A7B

Tints of Froly #FA7A7B

Color information

#FA7A7B (or 0xFA7A7B) is unknown color: approx Froly. HEX triplet: FA, 7A and 7B. RGB value is (250,122,123). Sum of RGB (Red+Green+Blue) = 250+122+123=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A7B is #058584. Grayscale: #A0A0A0. Windows color (decimal): -361861 or 8092410. OLE color: 8092410.

HSL color Cylindrical-coordinate representation of color #FA7A7B: hue angle of 359.53º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7A7B is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB250122123-
CMYK00.510.510.02
HSL359.53º92.75%72.94%-
HSV(B)359.53º51.2%98.04%-
XYZ49.9635.6722.99-
YUV160.39106.91191.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.51%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 123 (48.44% from 255) = 24.85%
R=50.51%
G=24.65%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012212300.510.510.02359.5392.7572.94
HexFA7A7B0333321685d49
Octal372172173063632550135111
Binary111110101111010111101101100111100111010110100010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7A7B; }

 p { color: rgb(250,122,123); }

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

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

 a { background-color: rgb(250,122,123); }

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

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

 span { border-color: rgb(250,122,123); }

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