#F189CE

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

Shades of Tea Rose #F189CE

Tints of Tea Rose #F189CE

Color information

#F189CE (or 0xF189CE) is unknown color: approx Tea Rose. HEX triplet: F1, 89 and CE. RGB value is (241,137,206). Sum of RGB (Red+Green+Blue) = 241+137+206=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 137 (53.91% from 255 or 23.46% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F189CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189CE is #0E7631. Grayscale: #AFAFAF. Windows color (decimal): -947762 or 13535729. OLE color: 13535729.

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

Color convert

RGB241137206-
CMYK00.430.150.05
HSL320.19º78.79%74.12%-
HSV(B)320.19º43.15%94.51%-
XYZ56.3641.0563.35-
YUV175.96144.96174.39-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.27%
GREEN value IS 137 (53.91% from 255) = 23.46%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=41.27%
G=23.46%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113720600.430.150.05320.1978.7974.12
HexF189CE02BF51404f4a
Octal361211316053175500117112
Binary1111000110001001110011100101011111110110100000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F189CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F189CE; }

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

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

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

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

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

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

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

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