#F889CA

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

Shades of Tea Rose #F889CA

Tints of Tea Rose #F889CA

Color information

#F889CA (or 0xF889CA) is unknown color: approx Tea Rose. HEX triplet: F8, 89 and CA. RGB value is (248,137,202). Sum of RGB (Red+Green+Blue) = 248+137+202=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 137 (53.91% from 255 or 23.34% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F889CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889CA is #077635. Grayscale: #B1B1B1. Windows color (decimal): -489014 or 13273592. OLE color: 13273592.

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

Color convert

RGB248137202-
CMYK00.450.190.03
HSL324.86º88.8%75.49%-
HSV(B)324.86º44.76%97.25%-
XYZ58.3242.1160.93-
YUV177.6141.77178.21-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.25%
GREEN value IS 137 (53.91% from 255) = 23.34%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=42.25%
G=23.34%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813720200.450.190.03324.8688.875.49
HexF889CA02D133145594b
Octal370211312055233505131113
Binary1111100010001001110010100101101100111110100010110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F889CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F889CA; }

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

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

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

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

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

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

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

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