#F189C3

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

Shades of Tea Rose #F189C3

Tints of Tea Rose #F189C3

Color information

#F189C3 (or 0xF189C3) is unknown color: approx Tea Rose. HEX triplet: F1, 89 and C3. RGB value is (241,137,195). Sum of RGB (Red+Green+Blue) = 241+137+195=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F189C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189C3 is #0E763C. Grayscale: #AEAEAE. Windows color (decimal): -947773 or 12814833. OLE color: 12814833.

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

Color convert

RGB241137195-
CMYK00.430.190.05
HSL326.54º78.79%74.12%-
HSV(B)326.54º43.15%94.51%-
XYZ55.0740.5356.55-
YUV174.71139.46175.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 137 (53.91% from 255) = 23.91%
BLUE value IS 195 (76.56% from 255) = 34.03%
R=42.06%
G=23.91%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113719500.430.190.05326.5478.7974.12
HexF189C302B1351474f4a
Octal361211303053235507117112
Binary11110001100010011100001101010111001110110100011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F189C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F189C3; }

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

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

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

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

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

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

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

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