#f889c0

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

Shades of Tea Rose #F889C0

Tints of Tea Rose #F889C0

Color information

#F889C0 (or 0xF889C0) is unknown color: approx Tea Rose. HEX triplet: F8, 89 and C0. RGB value is (248,137,192). Sum of RGB (Red+Green+Blue) = 248+137+192=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F889C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889C0 is #07763F. Grayscale: #B0B0B0. Windows color (decimal): -489024 or 12618232. OLE color: 12618232.

HSL color Cylindrical-coordinate representation of color #F889C0: hue angle of 330.27º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F889C0 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248137192-
CMYK00.450.230.03
HSL330.27º88.8%75.49%-
HSV(B)330.27º44.76%97.25%-
XYZ57.1741.6554.9-
YUV176.46136.77179.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.98%
GREEN value IS 137 (53.91% from 255) = 23.74%
BLUE value IS 192 (75.39% from 255) = 33.28%
R=42.98%
G=23.74%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813719200.450.230.03330.2788.875.49
HexF889C002D17314a594b
Octal370211300055273512131113
Binary1111100010001001110000000101101101111110100101010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f889c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f889c0; }

 p { color: rgb(248,137,192); }

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

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

 a { background-color: rgb(248,137,192); }

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

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

 span { border-color: rgb(248,137,192); }

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