Html Css Color HEX #FA8081 Froly

📋 copy color: '#FA8081'

red 250 ◦ green 128 ◦ blue 129

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

Shades of Froly #FA8081

Tints of Froly #FA8081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.25%

 BLUE value IS 129 (50.78% from 255) = 25.44%

R = 49.31%
G = 25.25%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FA8081 (or 0xFA8081) is known color: Froly. HEX triplet: FA, 80 and 81. RGB value is (250,128,129). Sum of RGB (Red+Green+Blue) = 250+128+129=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA8081 is #057F7E. Grayscale: #A4A4A4. Windows color (decimal): -360319 or 8487162. OLE color: 8487162.

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

Color convert

RGB 250 128 129 -
CMYK 0 0.49 0.48 0.02
HSL 359.51º 0.92% 0.74% -
HSV(B) 359.51º 0.49% 0.98% -
XYZ 51.11 37.35 25.28 -
YUV 164.59 107.92 188.92 -
System Red Green Blue C M Y K H S L
Decimal 250 128 129 0 0.49 0.48 0.02 359.51 0.92 0.74
Hex FA 80 81 0 31 30 2 168 5C 4A
Octal 372 200 201 0 61 60 2 550 134 112
Binary 11111010 10000000 10000001 0 110001 110000 10 101101000 1011100 1001010

Color Harmonies of #FA8081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8081

Black with #FA8081

Text Example


Text Example

White with #FA8081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8081; }

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

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

background-color css

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

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

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

border-color css

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

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

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