Html Css Color HEX #FA777B Froly

📋 copy color: '#FA777B'

red 250 ◦ green 119 ◦ blue 123

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

Shades of Froly #FA777B

Tints of Froly #FA777B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.19%

 BLUE value IS 123 (48.44% from 255) = 25%

R = 50.81%
G = 24.19%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA777B (or 0xFA777B) is known color: Froly. HEX triplet: FA, 77 and 7B. RGB value is (250,119,123). Sum of RGB (Red+Green+Blue) = 250+119+123=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA777B is #058884. Grayscale: #9E9E9E. Windows color (decimal): -362629 or 8091642. OLE color: 8091642.

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

Color convert

RGB 250 119 123 -
CMYK 0 0.52 0.51 0.02
HSL 358.17º 0.93% 0.72% -
HSV(B) 358.17º 0.52% 0.98% -
XYZ 49.6 34.95 22.87 -
YUV 158.63 107.9 193.17 -
System Red Green Blue C M Y K H S L
Decimal 250 119 123 0 0.52 0.51 0.02 358.17 0.93 0.72
Hex FA 77 7B 0 34 33 2 166 5D 48
Octal 372 167 173 0 64 63 2 546 135 110
Binary 11111010 1110111 1111011 0 110100 110011 10 101100110 1011101 1001000

Color Harmonies of #FA777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA777B

Black with #FA777B

Text Example


Text Example

White with #FA777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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