Html Css Color HEX #FA777F Froly

📋 copy color: '#FA777F'

red 250 ◦ green 119 ◦ blue 127

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

Shades of Froly #FA777F

Tints of Froly #FA777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.6%

R = 50.4%
G = 23.99%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA777F (or 0xFA777F) is known color: Froly. HEX triplet: FA, 77 and 7F. RGB value is (250,119,127). Sum of RGB (Red+Green+Blue) = 250+119+127=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA777F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA777F is #058880. Grayscale: #9F9F9F. Windows color (decimal): -362625 or 8353786. OLE color: 8353786.

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

Color convert

RGB 250 119 127 -
CMYK 0 0.52 0.49 0.02
HSL 356.34º 0.93% 0.72% -
HSV(B) 356.34º 0.52% 0.98% -
XYZ 49.85 35.05 24.22 -
YUV 159.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 250 119 127 0 0.52 0.49 0.02 356.34 0.93 0.72
Hex FA 77 7F 0 34 31 2 164 5D 48
Octal 372 167 177 0 64 61 2 544 135 110
Binary 11111010 1110111 1111111 0 110100 110001 10 101100100 1011101 1001000

Color Harmonies of #FA777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA777F

Black with #FA777F

Text Example


Text Example

White with #FA777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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