#F18EC2

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

Shades of Tea Rose #F18EC2

Tints of Tea Rose #F18EC2

Color information

#F18EC2 (or 0xF18EC2) is unknown color: approx Tea Rose. HEX triplet: F1, 8E and C2. RGB value is (241,142,194). Sum of RGB (Red+Green+Blue) = 241+142+194=577 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.77% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18EC2 is #0E713D. Grayscale: #B1B1B1. Windows color (decimal): -946494 or 12750577. OLE color: 12750577.

HSL color Cylindrical-coordinate representation of color #F18EC2: hue angle of 328.48º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18EC2 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB241142194-
CMYK00.410.200.05
HSL328.48º77.95%75.1%-
HSV(B)328.48º41.08%94.51%-
XYZ55.6941.9456.2-
YUV177.53137.3173.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.77%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=41.77%
G=24.61%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114219400.410.200.05328.4877.9575.1
HexF18EC20291451484e4b
Octal361216302051245510116113
Binary11110001100011101100001001010011010010110100100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18EC2; }

 p { color: rgb(241,142,194); }

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

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

 a { background-color: rgb(241,142,194); }

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

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

 span { border-color: rgb(241,142,194); }

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