#FF84C0

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

Shades of Tea Rose #FF84C0

Tints of Tea Rose #FF84C0

Color information

#FF84C0 (or 0xFF84C0) is unknown color: approx Tea Rose. HEX triplet: FF, 84 and C0. RGB value is (255,132,192). Sum of RGB (Red+Green+Blue) = 255+132+192=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 192 (75.39% from 255 or 33.16% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF84C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF84C0 is #007B3F. Grayscale: #AFAFAF. Windows color (decimal): -31552 or 12616959. OLE color: 12616959.

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

Color convert

RGB255132192-
CMYK00.480.250
HSL330.73º100%75.88%-
HSV(B)330.73º48.24%100%-
XYZ59.0141.5754.78-
YUV175.62137.25184.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.04%
GREEN value IS 132 (51.95% from 255) = 22.80%
BLUE value IS 192 (75.39% from 255) = 33.16%
R=44.04%
G=22.80%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513219200.480.250330.7310075.88
HexFF84C003019014b644c
Octal377204300060310513144114
Binary111111111000010011000000011000011001010100101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF84C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF84C0; }

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

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

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

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

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

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

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

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