Html Css Color HEX #FA7173 Froly

📋 copy color: '#FA7173'

red 250 ◦ green 113 ◦ blue 115

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

Shades of Froly #FA7173

Tints of Froly #FA7173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.64%

 BLUE value IS 115 (45.31% from 255) = 24.06%

R = 52.3%
G = 23.64%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA7173 (or 0xFA7173) is known color: Froly. HEX triplet: FA, 71 and 73. RGB value is (250,113,115). Sum of RGB (Red+Green+Blue) = 250+113+115=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7173 is #058E8C. Grayscale: #9A9A9A. Windows color (decimal): -364173 or 7565818. OLE color: 7565818.

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

Color convert

RGB 250 113 115 -
CMYK 0 0.55 0.54 0.02
HSL 359.12º 0.93% 0.71% -
HSV(B) 359.12º 0.55% 0.98% -
XYZ 48.42 33.37 20.11 -
YUV 154.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 250 113 115 0 0.55 0.54 0.02 359.12 0.93 0.71
Hex FA 71 73 0 37 36 2 167 5D 47
Octal 372 161 163 0 67 66 2 547 135 107
Binary 11111010 1110001 1110011 0 110111 110110 10 101100111 1011101 1000111

Color Harmonies of #FA7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7173

Black with #FA7173

Text Example


Text Example

White with #FA7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7173; }

 p { color: rgb(250,113,115); }

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

background-color css

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

 a { background-color: rgb(250,113,115); }

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

border-color css

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

 span { border-color: rgb(250,113,115); }

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