#F890C2

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

Shades of Tea Rose #F890C2

Tints of Tea Rose #F890C2

Color information

#F890C2 (or 0xF890C2) is unknown color: approx Tea Rose. HEX triplet: F8, 90 and C2. RGB value is (248,144,194). Sum of RGB (Red+Green+Blue) = 248+144+194=586 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.32% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 248 - color contains mainly: red. Hex color #F890C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890C2 is #076F3D. Grayscale: #B4B4B4. Windows color (decimal): -487230 or 12751096. OLE color: 12751096.

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

Color convert

RGB248144194-
CMYK00.420.220.03
HSL331.15º88.14%76.86%-
HSV(B)331.15º41.94%97.25%-
XYZ58.4243.856.41-
YUV180.8135.46175.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.32%
GREEN value IS 144 (56.64% from 255) = 24.57%
BLUE value IS 194 (76.17% from 255) = 33.11%
R=42.32%
G=24.57%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814419400.420.220.03331.1588.1476.86
HexF890C202A16314b584d
Octal370220302052263513130115
Binary1111100010010000110000100101010101101110100101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F890C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F890C2; }

 p { color: rgb(248,144,194); }

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

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

 a { background-color: rgb(248,144,194); }

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

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

 span { border-color: rgb(248,144,194); }

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