#F18ACF

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

Shades of Tea Rose #F18ACF

Tints of Tea Rose #F18ACF

Color information

#F18ACF (or 0xF18ACF) is unknown color: approx Tea Rose. HEX triplet: F1, 8A and CF. RGB value is (241,138,207). Sum of RGB (Red+Green+Blue) = 241+138+207=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ACF is #0E7530. Grayscale: #B0B0B0. Windows color (decimal): -947505 or 13601521. OLE color: 13601521.

HSL color Cylindrical-coordinate representation of color #F18ACF: hue angle of 319.81º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18ACF is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB241138207-
CMYK00.430.140.05
HSL319.81º78.63%74.31%-
HSV(B)319.81º42.74%94.51%-
XYZ56.6341.3864.03-
YUV176.66145.12173.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.13%
GREEN value IS 138 (54.30% from 255) = 23.55%
BLUE value IS 207 (81.25% from 255) = 35.32%
R=41.13%
G=23.55%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113820700.430.140.05319.8178.6374.31
HexF18ACF02BE51404f4a
Octal361212317053165500117112
Binary1111000110001010110011110101011111010110100000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18ACF; }

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

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

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

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

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

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

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

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