#F186C5

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

Shades of Tea Rose #F186C5

Tints of Tea Rose #F186C5

Color information

#F186C5 (or 0xF186C5) is unknown color: approx Tea Rose. HEX triplet: F1, 86 and C5. RGB value is (241,134,197). Sum of RGB (Red+Green+Blue) = 241+134+197=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F186C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186C5 is #0E793A. Grayscale: #ADADAD. Windows color (decimal): -948539 or 12945137. OLE color: 12945137.

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

Color convert

RGB241134197-
CMYK00.440.180.05
HSL324.67º79.26%73.53%-
HSV(B)324.67º44.4%94.51%-
XYZ54.8839.7857.61-
YUV173.18141.45176.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=42.13%
G=23.43%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113419700.440.180.05324.6779.2673.53
HexF186C502C1251454f4a
Octal361206305054225505117112
Binary11110001100001101100010101011001001010110100010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186C5; }

 p { color: rgb(241,134,197); }

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

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

 a { background-color: rgb(241,134,197); }

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

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

 span { border-color: rgb(241,134,197); }

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