Html Css Color HEX #F78F80 Vivid Tangerine

📋 copy color: '#F78F80'

red 247 ◦ green 143 ◦ blue 128

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

Shades of Vivid Tangerine #F78F80

Tints of Vivid Tangerine #F78F80

RGB

 RED value IS 247 (96.88% from 255) = 47.68%

 GREEN value IS 143 (56.25% from 255) = 27.61%

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

R = 47.68%
G = 27.61%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F78F80 (or 0xF78F80) is known color: Vivid Tangerine. HEX triplet: F7, 8F and 80. RGB value is (247,143,128). Sum of RGB (Red+Green+Blue) = 247+143+128=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F78F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F78F80 is #08707F. Grayscale: #ACACAC. Windows color (decimal): -553088 or 8425463. OLE color: 8425463.

HSL color Cylindrical-coordinate representation of color #F78F80: hue angle of 7.56º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F78F80 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 143 128 -
CMYK 0 0.42 0.48 0.03
HSL 7.56º 0.88% 0.74% -
HSV(B) 7.56º 0.48% 0.97% -
XYZ 52.08 40.98 25.59 -
YUV 172.39 102.96 181.22 -
System Red Green Blue C M Y K H S L
Decimal 247 143 128 0 0.42 0.48 0.03 7.56 0.88 0.74
Hex F7 8F 80 0 2A 30 3 8 58 4A
Octal 367 217 200 0 52 60 3 10 130 112
Binary 11110111 10001111 10000000 0 101010 110000 11 1000 1011000 1001010

Color Harmonies of #F78F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F78F80

Black with #F78F80

Text Example


Text Example

White with #F78F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F78F80; }

 p { color: rgb(247,143,128); }

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

background-color css

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

 a { background-color: rgb(247,143,128); }

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

border-color css

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

 span { border-color: rgb(247,143,128); }

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