#F18DCF

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

Shades of Tea Rose #F18DCF

Tints of Tea Rose #F18DCF

Color information

#F18DCF (or 0xF18DCF) is unknown color: approx Tea Rose. HEX triplet: F1, 8D and CF. RGB value is (241,141,207). Sum of RGB (Red+Green+Blue) = 241+141+207=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DCF is #0E7230. Grayscale: #B2B2B2. Windows color (decimal): -946737 or 13602289. OLE color: 13602289.

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

Color convert

RGB241141207-
CMYK00.410.140.05
HSL320.4º78.12%74.9%-
HSV(B)320.4º41.49%94.51%-
XYZ57.0642.2664.18-
YUV178.42144.13172.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 141 (55.47% from 255) = 23.94%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=40.92%
G=23.94%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114120700.410.140.05320.478.1274.9
HexF18DCF029E51404e4b
Octal361215317051165500116113
Binary1111000110001101110011110101001111010110100000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18DCF; }

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

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

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

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

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

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

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

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