#F189CC

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

Shades of Tea Rose #F189CC

Tints of Tea Rose #F189CC

Color information

#F189CC (or 0xF189CC) is unknown color: approx Tea Rose. HEX triplet: F1, 89 and CC. RGB value is (241,137,204). Sum of RGB (Red+Green+Blue) = 241+137+204=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F189CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F189CC is #0E7633. Grayscale: #AFAFAF. Windows color (decimal): -947764 or 13404657. OLE color: 13404657.

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

Color convert

RGB241137204-
CMYK00.430.150.05
HSL321.35º78.79%74.12%-
HSV(B)321.35º43.15%94.51%-
XYZ56.1240.9562.07-
YUV175.73143.96174.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.41%
GREEN value IS 137 (53.91% from 255) = 23.54%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=41.41%
G=23.54%
B=35.05%

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
Decimal24113720400.430.150.05321.3578.7974.12
HexF189CC02BF51414f4a
Octal361211314053175501117112
Binary1111000110001001110011000101011111110110100000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F189CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F189CC; }

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

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

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

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

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

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

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

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