#F189C5

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

Shades of Tea Rose #F189C5

Tints of Tea Rose #F189C5

Color information

#F189C5 (or 0xF189C5) is unknown color: approx Tea Rose. HEX triplet: F1, 89 and C5. RGB value is (241,137,197). Sum of RGB (Red+Green+Blue) = 241+137+197=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F189C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189C5 is #0E763A. Grayscale: #AEAEAE. Windows color (decimal): -947771 or 12945905. OLE color: 12945905.

HSL color Cylindrical-coordinate representation of color #F189C5: hue angle of 325.38º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F189C5 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241137197-
CMYK00.430.180.05
HSL325.38º78.79%74.12%-
HSV(B)325.38º43.15%94.51%-
XYZ55.340.6257.75-
YUV174.94140.46175.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.91%
GREEN value IS 137 (53.91% from 255) = 23.83%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=41.91%
G=23.83%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113719700.430.180.05325.3878.7974.12
HexF189C502B1251454f4a
Octal361211305053225505117112
Binary11110001100010011100010101010111001010110100010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F189C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F189C5; }

 p { color: rgb(241,137,197); }

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

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

 a { background-color: rgb(241,137,197); }

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

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

 span { border-color: rgb(241,137,197); }

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