Html Css Color HEX #FA7880 Froly

📋 copy color: '#FA7880'

red 250 ◦ green 120 ◦ blue 128

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

Shades of Froly #FA7880

Tints of Froly #FA7880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.1%

 BLUE value IS 128 (50.39% from 255) = 25.7%

R = 50.2%
G = 24.1%
B = 25.7%

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

#FA7880 (or 0xFA7880) is known color: Froly. HEX triplet: FA, 78 and 80. RGB value is (250,120,128). Sum of RGB (Red+Green+Blue) = 250+120+128=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 120 (47.27% from 255 or 24.10% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7880 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7880 is #05877F. Grayscale: #9F9F9F. Windows color (decimal): -362368 or 8419578. OLE color: 8419578.

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

Color convert

RGB 250 120 128 -
CMYK 0 0.52 0.49 0.02
HSL 356.31º 0.93% 0.73% -
HSV(B) 356.31º 0.52% 0.98% -
XYZ 50.04 35.32 24.6 -
YUV 159.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 250 120 128 0 0.52 0.49 0.02 356.31 0.93 0.73
Hex FA 78 80 0 34 31 2 164 5D 49
Octal 372 170 200 0 64 61 2 544 135 111
Binary 11111010 1111000 10000000 0 110100 110001 10 101100100 1011101 1001001

Color Harmonies of #FA7880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7880

Black with #FA7880

Text Example


Text Example

White with #FA7880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7880; }

 p { color: rgb(250,120,128); }

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

background-color css

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

 a { background-color: rgb(250,120,128); }

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

border-color css

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

 span { border-color: rgb(250,120,128); }

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