#F18AC3

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

Shades of Tea Rose #F18AC3

Tints of Tea Rose #F18AC3

Color information

#F18AC3 (or 0xF18AC3) is unknown color: approx Tea Rose. HEX triplet: F1, 8A and C3. RGB value is (241,138,195). Sum of RGB (Red+Green+Blue) = 241+138+195=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 138 (54.30% from 255 or 24.04% from 574); Blue value is 195 (76.56% from 255 or 33.97% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AC3 is #0E753C. Grayscale: #AFAFAF. Windows color (decimal): -947517 or 12815089. OLE color: 12815089.

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

Color convert

RGB241138195-
CMYK00.430.190.05
HSL326.8º78.63%74.31%-
HSV(B)326.8º42.74%94.51%-
XYZ55.2140.8256.6-
YUV175.3139.12174.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.99%
GREEN value IS 138 (54.30% from 255) = 24.04%
BLUE value IS 195 (76.56% from 255) = 33.97%
R=41.99%
G=24.04%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113819500.430.190.05326.878.6374.31
HexF18AC302B1351474f4a
Octal361212303053235507117112
Binary11110001100010101100001101010111001110110100011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18AC3; }

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

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

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

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

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

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

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

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