Html Css Color HEX #FA7577 Froly

📋 copy color: '#FA7577'

red 250 ◦ green 117 ◦ blue 119

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

Shades of Froly #FA7577

Tints of Froly #FA7577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.07%

 BLUE value IS 119 (46.88% from 255) = 24.49%

R = 51.44%
G = 24.07%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA7577 (or 0xFA7577) is known color: Froly. HEX triplet: FA, 75 and 77. RGB value is (250,117,119). Sum of RGB (Red+Green+Blue) = 250+117+119=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 119 (46.88% from 255 or 24.49% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7577 is #058A88. Grayscale: #9D9D9D. Windows color (decimal): -363145 or 7828986. OLE color: 7828986.

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

Color convert

RGB 250 117 119 -
CMYK 0 0.53 0.52 0.02
HSL 359.1º 0.93% 0.72% -
HSV(B) 359.1º 0.53% 0.98% -
XYZ 49.12 34.38 21.5 -
YUV 157 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 250 117 119 0 0.53 0.52 0.02 359.1 0.93 0.72
Hex FA 75 77 0 35 34 2 167 5D 48
Octal 372 165 167 0 65 64 2 547 135 110
Binary 11111010 1110101 1110111 0 110101 110100 10 101100111 1011101 1001000

Color Harmonies of #FA7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7577

Black with #FA7577

Text Example


Text Example

White with #FA7577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7577; }

 p { color: rgb(250,117,119); }

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

background-color css

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

 a { background-color: rgb(250,117,119); }

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

border-color css

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

 span { border-color: rgb(250,117,119); }

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