#F18ABE

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

Shades of Tea Rose #F18ABE

Tints of Tea Rose #F18ABE

Color information

#F18ABE (or 0xF18ABE) is unknown color: approx Tea Rose. HEX triplet: F1, 8A and BE. RGB value is (241,138,190). Sum of RGB (Red+Green+Blue) = 241+138+190=569 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.36% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ABE is #0E7541. Grayscale: #AEAEAE. Windows color (decimal): -947522 or 12487409. OLE color: 12487409.

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

Color convert

RGB241138190-
CMYK00.430.210.05
HSL329.71º78.63%74.31%-
HSV(B)329.71º42.74%94.51%-
XYZ54.6640.653.67-
YUV174.72136.62175.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.36%
GREEN value IS 138 (54.30% from 255) = 24.25%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=42.36%
G=24.25%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113819000.430.210.05329.7178.6374.31
HexF18ABE02B15514a4f4a
Octal361212276053255512117112
Binary11110001100010101011111001010111010110110100101010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18ABE; }

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

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

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

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

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

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

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

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