#FA7A7E

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

Shades of Froly #FA7A7E

Tints of Froly #FA7A7E

Color information

#FA7A7E (or 0xFA7A7E) is unknown color: approx Froly. HEX triplet: FA, 7A and 7E. RGB value is (250,122,126). Sum of RGB (Red+Green+Blue) = 250+122+126=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A7E is #058581. Grayscale: #A0A0A0. Windows color (decimal): -361858 or 8289018. OLE color: 8289018.

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

Color convert

RGB250122126-
CMYK00.510.500.02
HSL358.12º92.75%72.94%-
HSV(B)358.12º51.2%98.04%-
XYZ50.1535.7524-
YUV160.73108.41191.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.20%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 126 (49.61% from 255) = 25.30%
R=50.20%
G=24.50%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012212600.510.500.02358.1292.7572.94
HexFA7A7E0333221665d49
Octal372172176063622546135111
Binary111110101111010111111001100111100101010110011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7A7E; }

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

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

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

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

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

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

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

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