Html Css Color HEX #FF80C0 Tea Rose

📋 copy color: '#FF80C0'

red 255 ◦ green 128 ◦ blue 192

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

Shades of Tea Rose #FF80C0

Tints of Tea Rose #FF80C0

RGB

 RED value IS 255 (100% from 255) = 44.35%

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

 BLUE value IS 192 (75.39% from 255) = 33.39%

R = 44.35%
G = 22.26%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF80C0 (or 0xFF80C0) is known color: Tea Rose. HEX triplet: FF, 80 and C0. RGB value is (255,128,192). Sum of RGB (Red+Green+Blue) = 255+128+192=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 128 (50.39% from 255 or 22.26% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80C0 is #007F3F. Grayscale: #ADADAD. Windows color (decimal): -32576 or 12615935. OLE color: 12615935.

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

Color convert

RGB 255 128 192 -
CMYK 0 0.50 0.25 0
HSL 329.76º 1% 0.75% -
HSV(B) 329.76º 0.5% 1% -
XYZ 58.47 40.5 54.61 -
YUV 173.27 138.58 186.3 -
System Red Green Blue C M Y K H S L
Decimal 255 128 192 0 0.50 0.25 0 329.76 1 0.75
Hex FF 80 C0 0 32 19 0 14A 64 4B
Octal 377 200 300 0 62 31 0 512 144 113
Binary 11111111 10000000 11000000 0 110010 11001 0 101001010 1100100 1001011

Color Harmonies of #FF80C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80C0

Black with #FF80C0

Text Example


Text Example

White with #FF80C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80C0; }

 p { color: rgb(255,128,192); }

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

background-color css

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

 a { background-color: rgb(255,128,192); }

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

border-color css

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

 span { border-color: rgb(255,128,192); }

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