Html Css Color HEX #FE7F80 Froly

📋 copy color: '#FE7F80'

red 254 ◦ green 127 ◦ blue 128

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

Shades of Froly #FE7F80

Tints of Froly #FE7F80

RGB

 RED value IS 254 (99.61% from 255) = 49.9%

 GREEN value IS 127 (50% from 255) = 24.95%

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

R = 49.9%
G = 24.95%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE7F80 (or 0xFE7F80) is known color: Froly. HEX triplet: FE, 7F and 80. RGB value is (254,127,128). Sum of RGB (Red+Green+Blue) = 254+127+128=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7F80 is #01807F. Grayscale: #A5A5A5. Windows color (decimal): -98432 or 8421374. OLE color: 8421374.

HSL color Cylindrical-coordinate representation of color #FE7F80: hue angle of 359.53º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7F80 is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 127 128 -
CMYK 0 0.50 0.50 0.00
HSL 359.53º 0.98% 0.75% -
HSV(B) 359.53º 0.5% 1% -
XYZ 52.36 37.81 24.96 -
YUV 165.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 254 127 128 0 0.50 0.50 0.00 359.53 0.98 0.75
Hex FE 7F 80 0 32 32 0 168 62 4B
Octal 376 177 200 0 62 62 0 550 142 113
Binary 11111110 1111111 10000000 0 110010 110010 0 101101000 1100010 1001011

Color Harmonies of #FE7F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F80

Black with #FE7F80

Text Example


Text Example

White with #FE7F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F80; }

 p { color: rgb(254,127,128); }

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

background-color css

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

 a { background-color: rgb(254,127,128); }

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

border-color css

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

 span { border-color: rgb(254,127,128); }

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