#F389C2

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

Shades of Tea Rose #F389C2

Tints of Tea Rose #F389C2

Color information

#F389C2 (or 0xF389C2) is unknown color: approx Tea Rose. HEX triplet: F3, 89 and C2. RGB value is (243,137,194). Sum of RGB (Red+Green+Blue) = 243+137+194=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 194 (76.17% from 255 or 33.80% from 574); Max value from RGB is 243 - color contains mainly: red. Hex color #F389C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389C2 is #0C763D. Grayscale: #AFAFAF. Windows color (decimal): -816702 or 12749299. OLE color: 12749299.

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

Color convert

RGB243137194-
CMYK00.440.200.05
HSL327.74º81.54%74.51%-
HSV(B)327.74º43.62%95.29%-
XYZ55.6540.8455.99-
YUV175.19138.62176.37-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.33%
GREEN value IS 137 (53.91% from 255) = 23.87%
BLUE value IS 194 (76.17% from 255) = 33.80%
R=42.33%
G=23.87%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313719400.440.200.05327.7481.5474.51
HexF389C202C145148524b
Octal363211302054245510122113
Binary11110011100010011100001001011001010010110100100010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F389C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F389C2; }

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

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

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

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

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

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

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

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