#F18ACA

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

Shades of Tea Rose #F18ACA

Tints of Tea Rose #F18ACA

Color information

#F18ACA (or 0xF18ACA) is unknown color: approx Tea Rose. HEX triplet: F1, 8A and CA. RGB value is (241,138,202). Sum of RGB (Red+Green+Blue) = 241+138+202=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ACA is #0E7535. Grayscale: #AFAFAF. Windows color (decimal): -947510 or 13273841. OLE color: 13273841.

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

Color convert

RGB241138202-
CMYK00.430.160.05
HSL322.72º78.63%74.31%-
HSV(B)322.72º42.74%94.51%-
XYZ56.0241.1460.87-
YUV176.09142.62174.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.48%
GREEN value IS 138 (54.30% from 255) = 23.75%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=41.48%
G=23.75%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113820200.430.160.05322.7278.6374.31
HexF18ACA02B1051434f4a
Octal361212312053205503117112
Binary11110001100010101100101001010111000010110100001110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18ACA; }

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

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

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

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

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

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

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

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