Html Css Color HEX #F58F80 Vivid Tangerine

📋 copy color: '#F58F80'

red 245 ◦ green 143 ◦ blue 128

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

Shades of Vivid Tangerine #F58F80

Tints of Vivid Tangerine #F58F80

RGB

 RED value IS 245 (96.09% from 255) = 47.48%

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

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

R = 47.48%
G = 27.71%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F58F80 (or 0xF58F80) is known color: Vivid Tangerine. HEX triplet: F5, 8F and 80. RGB value is (245,143,128). Sum of RGB (Red+Green+Blue) = 245+143+128=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58F80 is #0A707F. Grayscale: #ABABAB. Windows color (decimal): -684160 or 8425461. OLE color: 8425461.

HSL color Cylindrical-coordinate representation of color #F58F80: hue angle of 7.69º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F58F80 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 143 128 -
CMYK 0 0.42 0.48 0.04
HSL 7.69º 0.85% 0.73% -
HSV(B) 7.69º 0.48% 0.96% -
XYZ 51.37 40.62 25.55 -
YUV 171.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 245 143 128 0 0.42 0.48 0.04 7.69 0.85 0.73
Hex F5 8F 80 0 2A 30 4 8 55 49
Octal 365 217 200 0 52 60 4 10 125 111
Binary 11110101 10001111 10000000 0 101010 110000 100 1000 1010101 1001001

Color Harmonies of #F58F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58F80

Black with #F58F80

Text Example


Text Example

White with #F58F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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