#F389BE

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

Shades of Tea Rose #F389BE

Tints of Tea Rose #F389BE

Color information

#F389BE (or 0xF389BE) is unknown color: approx Tea Rose. HEX triplet: F3, 89 and BE. RGB value is (243,137,190). Sum of RGB (Red+Green+Blue) = 243+137+190=570 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.63% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 243 - color contains mainly: red. Hex color #F389BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389BE is #0C7641. Grayscale: #AEAEAE. Windows color (decimal): -816706 or 12487155. OLE color: 12487155.

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

Color convert

RGB243137190-
CMYK00.440.220.05
HSL330º81.54%74.51%-
HSV(B)330º43.62%95.29%-
XYZ55.240.6653.65-
YUV174.74136.62176.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.63%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 190 (74.61% from 255) = 33.33%
R=42.63%
G=24.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313719000.440.220.0533081.5474.51
HexF389BE02C16514a524b
Octal363211276054265512122113
Binary11110011100010011011111001011001011010110100101010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F389BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F389BE; }

 p { color: rgb(243,137,190); }

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

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

 a { background-color: rgb(243,137,190); }

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

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

 span { border-color: rgb(243,137,190); }

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