#F186C9

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

Shades of Tea Rose #F186C9

Tints of Tea Rose #F186C9

Color information

#F186C9 (or 0xF186C9) is unknown color: approx Tea Rose. HEX triplet: F1, 86 and C9. RGB value is (241,134,201). Sum of RGB (Red+Green+Blue) = 241+134+201=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F186C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186C9 is #0E7936. Grayscale: #ADADAD. Windows color (decimal): -948535 or 13207281. OLE color: 13207281.

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

Color convert

RGB241134201-
CMYK00.440.170.05
HSL322.43º79.26%73.53%-
HSV(B)322.43º44.4%94.51%-
XYZ55.3439.9760.06-
YUV173.63143.45176.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.84%
GREEN value IS 134 (52.73% from 255) = 23.26%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=41.84%
G=23.26%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113420100.440.170.05322.4379.2673.53
HexF186C902C1151424f4a
Octal361206311054215502117112
Binary11110001100001101100100101011001000110110100001010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186C9; }

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

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

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

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

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

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

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

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