Html Css Color HEX #FA747C Froly

📋 copy color: '#FA747C'

red 250 ◦ green 116 ◦ blue 124

#FA747C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #FA747C

Tints of Froly #FA747C

RGB

 RED value IS 250 (98.05% from 255) = 51.02%

 GREEN value IS 116 (45.7% from 255) = 23.67%

 BLUE value IS 124 (48.83% from 255) = 25.31%

R = 51.02%
G = 23.67%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA747C (or 0xFA747C) is known color: Froly. HEX triplet: FA, 74 and 7C. RGB value is (250,116,124). Sum of RGB (Red+Green+Blue) = 250+116+124=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 124 (48.83% from 255 or 25.31% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA747C is #058B83. Grayscale: #9D9D9D. Windows color (decimal): -363396 or 8156410. OLE color: 8156410.

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

Color convert

RGB 250 116 124 -
CMYK 0 0.54 0.50 0.02
HSL 356.42º 0.93% 0.72% -
HSV(B) 356.42º 0.54% 0.98% -
XYZ 49.31 34.27 23.08 -
YUV 156.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 250 116 124 0 0.54 0.50 0.02 356.42 0.93 0.72
Hex FA 74 7C 0 36 32 2 164 5D 48
Octal 372 164 174 0 66 62 2 544 135 110
Binary 11111010 1110100 1111100 0 110110 110010 10 101100100 1011101 1001000

Color Harmonies of #FA747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA747C

Black with #FA747C

Text Example


Text Example

White with #FA747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA747C; }

 p { color: rgb(250,116,124); }

 H1.HeaderClassName
 {
   color: #FA747C;
 }
 .AnyTagClassName
 {
   color: #FA747C;
 }
</style>

background-color css

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

 a { background-color: rgb(250,116,124); }

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

border-color css

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

 span { border-color: rgb(250,116,124); }

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