#FA80C1

Color #FA80C1 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #FA80C1

Tints of Tea Rose #FA80C1

Color information

#FA80C1 (or 0xFA80C1) is unknown color: approx Tea Rose. HEX triplet: FA, 80 and C1. RGB value is (250,128,193). Sum of RGB (Red+Green+Blue) = 250+128+193=571 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.78% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 250 - color contains mainly: red. Hex color #FA80C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA80C1 is #057F3E. Grayscale: #ABABAB. Windows color (decimal): -360255 or 12681466. OLE color: 12681466.

HSL color Cylindrical-coordinate representation of color #FA80C1: hue angle of 328.03º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA80C1 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB250128193-
CMYK00.490.230.02
HSL328.03º92.42%74.12%-
HSV(B)328.03º48.8%98.04%-
XYZ56.7739.6155.11-
YUV171.89139.92183.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 43.78%
GREEN value IS 128 (50.39% from 255) = 22.42%
BLUE value IS 193 (75.78% from 255) = 33.80%
R=43.78%
G=22.42%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012819300.490.230.02328.0392.4274.12
HexFA80C10311721485c4a
Octal372200301061272510134112
Binary1111101010000000110000010110001101111010100100010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA80C1; }

 p { color: rgb(250,128,193); }

 H1.HeaderClassName
 {
   color: #FA80C1;
 }
 .AnyTagClassName
 {
   color: #FA80C1;
 }
</style>
background-color css

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

 a { background-color: rgb(250,128,193); }

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

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

 span { border-color: rgb(250,128,193); }

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