#F18DC5

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

Shades of Tea Rose #F18DC5

Tints of Tea Rose #F18DC5

Color information

#F18DC5 (or 0xF18DC5) is unknown color: approx Tea Rose. HEX triplet: F1, 8D and C5. RGB value is (241,141,197). Sum of RGB (Red+Green+Blue) = 241+141+197=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DC5 is #0E723A. Grayscale: #B1B1B1. Windows color (decimal): -946747 or 12946929. OLE color: 12946929.

HSL color Cylindrical-coordinate representation of color #F18DC5: hue angle of 326.4º 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 #F18DC5 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241141197-
CMYK00.410.180.05
HSL326.4º78.12%74.9%-
HSV(B)326.4º41.49%94.51%-
XYZ55.8841.7857.94-
YUV177.28139.13173.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 197 (77.34% from 255) = 34.02%
R=41.62%
G=24.35%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114119700.410.180.05326.478.1274.9
HexF18DC50291251464e4b
Octal361215305051225506116113
Binary11110001100011011100010101010011001010110100011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18DC5; }

 p { color: rgb(241,141,197); }

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

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

 a { background-color: rgb(241,141,197); }

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

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

 span { border-color: rgb(241,141,197); }

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