#F389CB

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

Shades of Tea Rose #F389CB

Tints of Tea Rose #F389CB

Color information

#F389CB (or 0xF389CB) is unknown color: approx Tea Rose. HEX triplet: F3, 89 and CB. RGB value is (243,137,203). Sum of RGB (Red+Green+Blue) = 243+137+203=583 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.68% from 583); Green value is 137 (53.91% from 255 or 23.50% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 243 - color contains mainly: red. Hex color #F389CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389CB is #0C7634. Grayscale: #B0B0B0. Windows color (decimal): -816693 or 13339123. OLE color: 13339123.

HSL color Cylindrical-coordinate representation of color #F389CB: hue angle of 322.64º 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 #F389CB is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB243137203-
CMYK00.440.160.05
HSL322.64º81.54%74.51%-
HSV(B)322.64º43.62%95.29%-
XYZ56.6941.2661.48-
YUV176.22143.12175.63-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.68%
GREEN value IS 137 (53.91% from 255) = 23.50%
BLUE value IS 203 (79.69% from 255) = 34.82%
R=41.68%
G=23.50%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313720300.440.160.05322.6481.5474.51
HexF389CB02C105143524b
Octal363211313054205503122113
Binary11110011100010011100101101011001000010110100001110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F389CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F389CB; }

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

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

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

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

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

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

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

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