#F186CC

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

Shades of Tea Rose #F186CC

Tints of Tea Rose #F186CC

Color information

#F186CC (or 0xF186CC) is unknown color: approx Tea Rose. HEX triplet: F1, 86 and CC. RGB value is (241,134,204). Sum of RGB (Red+Green+Blue) = 241+134+204=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 134 (52.73% from 255 or 23.14% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F186CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186CC is #0E7933. Grayscale: #ADADAD. Windows color (decimal): -948532 or 13403889. OLE color: 13403889.

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

Color convert

RGB241134204-
CMYK00.440.150.05
HSL320.75º79.26%73.53%-
HSV(B)320.75º44.4%94.51%-
XYZ55.740.1161.93-
YUV173.97144.95175.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.62%
GREEN value IS 134 (52.73% from 255) = 23.14%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=41.62%
G=23.14%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113420400.440.150.05320.7579.2673.53
HexF186CC02CF51414f4a
Octal361206314054175501117112
Binary1111000110000110110011000101100111110110100000110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F186CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F186CC; }

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

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

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

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

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

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

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

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