Html Css Color HEX #FF80C3 Tea Rose

📋 copy color: '#FF80C3'

red 255 ◦ green 128 ◦ blue 195

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

Shades of Tea Rose #FF80C3

Tints of Tea Rose #FF80C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.74%

R = 44.12%
G = 22.15%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FF80C3 (or 0xFF80C3) is known color: Tea Rose. HEX triplet: FF, 80 and C3. RGB value is (255,128,195). Sum of RGB (Red+Green+Blue) = 255+128+195=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF80C3 is #007F3C. Grayscale: #ADADAD. Windows color (decimal): -32573 or 12812543. OLE color: 12812543.

HSL color Cylindrical-coordinate representation of color #FF80C3: hue angle of 328.35º 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 #FF80C3 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 195 -
CMYK 0 0.50 0.24 0
HSL 328.35º 1% 0.75% -
HSV(B) 328.35º 0.5% 1% -
XYZ 58.81 40.64 56.37 -
YUV 173.61 140.08 186.05 -
System Red Green Blue C M Y K H S L
Decimal 255 128 195 0 0.50 0.24 0 328.35 1 0.75
Hex FF 80 C3 0 32 18 0 148 64 4B
Octal 377 200 303 0 62 30 0 510 144 113
Binary 11111111 10000000 11000011 0 110010 11000 0 101001000 1100100 1001011

Color Harmonies of #FF80C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF80C3

Black with #FF80C3

Text Example


Text Example

White with #FF80C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF80C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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