#F891CA

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

Shades of Tea Rose #F891CA

Tints of Tea Rose #F891CA

Color information

#F891CA (or 0xF891CA) is unknown color: approx Tea Rose. HEX triplet: F8, 91 and CA. RGB value is (248,145,202). Sum of RGB (Red+Green+Blue) = 248+145+202=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F891CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F891CA is #076E35. Grayscale: #B6B6B6. Windows color (decimal): -486966 or 13275640. OLE color: 13275640.

HSL color Cylindrical-coordinate representation of color #F891CA: hue angle of 326.8º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F891CA is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248145202-
CMYK00.420.190.03
HSL326.8º88.03%77.06%-
HSV(B)326.8º41.53%97.25%-
XYZ59.544.4761.33-
YUV182.3139.12174.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.68%
GREEN value IS 145 (57.03% from 255) = 24.37%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=41.68%
G=24.37%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814520200.420.190.03326.888.0377.06
HexF891CA02A133147584d
Octal370221312052233507130115
Binary1111100010010001110010100101010100111110100011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F891CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F891CA; }

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

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

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

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

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

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

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

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