#FF81C7

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

Shades of Tea Rose #FF81C7

Tints of Tea Rose #FF81C7

Color information

#FF81C7 (or 0xFF81C7) is unknown color: approx Tea Rose. HEX triplet: FF, 81 and C7. RGB value is (255,129,199). Sum of RGB (Red+Green+Blue) = 255+129+199=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 199 (78.12% from 255 or 34.13% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF81C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF81C7 is #007E38. Grayscale: #AEAEAE. Windows color (decimal): -32313 or 13074943. OLE color: 13074943.

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

Color convert

RGB255129199-
CMYK00.490.220
HSL326.67º100%75.29%-
HSV(B)326.67º49.41%100%-
XYZ59.441.0858.83-
YUV174.65141.74185.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.74%
GREEN value IS 129 (50.78% from 255) = 22.13%
BLUE value IS 199 (78.12% from 255) = 34.13%
R=43.74%
G=22.13%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512919900.490.220326.6710075.29
HexFF81C7031160147644b
Octal377201307061260507144113
Binary111111111000000111000111011000110110010100011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF81C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF81C7; }

 p { color: rgb(255,129,199); }

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

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

 a { background-color: rgb(255,129,199); }

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

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

 span { border-color: rgb(255,129,199); }

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